Files
Jordan Ritter dd06dd89d1 refactor(showcase): rename packages/ to integrations/
The showcase framework directories better reflect their role as
integration examples rather than distributable packages.
Renames showcase/packages/ -> showcase/integrations/ and updates
the test docker-compose file reference accordingly.
2026-04-28 07:47:35 -07:00

8 lines
355 B
INI

[pytest]
# `pythonpath` option (pytest 7+) handles what conftest.py used to do via
# sys.path.insert. Declarative config is preferred over mutating sys.path at
# import time — it keeps the test collection side-effect free and survives
# invocation from any cwd (e.g. `pytest tests/python/` vs a repo-root run).
pythonpath = src
testpaths = tests/python