TOSIT-IO / tdp-lib

Python library to configure, manage and deploy TDP
Apache License 2.0
4 stars 8 forks source link

Move tests in `tests` directory #600

Closed PaulFarault closed 5 months ago

PaulFarault commented 5 months ago

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 or poetry tests.unit / poetry tests.e2e to launch a specific batch of tests.

Agreements

PaulFarault commented 5 months ago

Force pushed after workflow fix.

PaulFarault commented 5 months ago

Force pushed after fixing license headers in empty __init__.py files 💀