Closed PaulFarault closed 5 months ago
Fixes None
Move all tests in a tests directory.
tests
This PR helps dissociate unit tests from others: use pytest tests for launching all tests or poetry tests.unit / poetry tests.e2e to launch a specific batch of tests.
pytest tests
poetry tests.unit
poetry tests.e2e
Force pushed after workflow fix.
Force pushed after fixing license headers in empty __init__.py files 💀
__init__.py
Which issue(s) this PR fixes
Fixes None
Additional comments
Move all tests in a
tests
directory.This PR helps dissociate unit tests from others: use
pytest tests
for launching all tests orpoetry tests.unit
/poetry tests.e2e
to launch a specific batch of tests.Agreements