Skip to content

Add cli tests to workspace pythonpath#447

Merged
Seth Fitzsimmons (sethfitz) merged 1 commit into
devfrom
fix-cli-test-pythonpath
Feb 27, 2026
Merged

Add cli tests to workspace pythonpath#447
Seth Fitzsimmons (sethfitz) merged 1 commit into
devfrom
fix-cli-test-pythonpath

Conversation

@sethfitz
Copy link
Copy Markdown
Collaborator

@sethfitz Seth Fitzsimmons (sethfitz) commented Feb 19, 2026

Summary

  • Add packages/overture-schema-cli/tests to [tool.pytest.ini_options].pythonpath in the workspace pyproject.toml
  • Every other package had its tests directory listed; cli was the only one missing, making its conftest.py imports rely on pytest's rootdir discovery rather than explicit path configuration

Test plan

  • make check passes

Every other package had its tests/ directory in
pythonpath; cli was the only one missing, making
its conftest imports rely on rootdir discovery.
@sethfitz Seth Fitzsimmons (sethfitz) merged commit 54f9376 into dev Feb 27, 2026
5 of 6 checks passed
@sethfitz Seth Fitzsimmons (sethfitz) deleted the fix-cli-test-pythonpath branch February 27, 2026 18:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants