diff --git a/crates/ty_python_semantic/resources/mdtest/import/workspaces.md b/crates/ty_python_semantic/resources/mdtest/import/workspaces.md index 75204ddc34..44d6ed3486 100644 --- a/crates/ty_python_semantic/resources/mdtest/import/workspaces.md +++ b/crates/ty_python_semantic/resources/mdtest/import/workspaces.md @@ -75,7 +75,7 @@ Basic heuristics like checking for `/src/` and resolving editables work well in most cases, but desperate resolution is needed in a couple key scenarios: - Test or script directories have a tendency to assume extra search-paths that aren't structurally - obvious + obvious ([notably pytest](https://docs.pytest.org/en/stable/explanation/pythonpath.html)) - If you open the root of a monorepo in an IDE, you will often have many separate projects but no configuration explaining this. Absolute imports within each project should resolve things in that project.