hplt-project / OpusPocus

Marian machine translation training pipeline for thousands of models
2 stars 0 forks source link

Unit Test Overhaul #38

Closed varisd closed 4 months ago

varisd commented 4 months ago

This PR changes the structure of the tests/ directory, mainly moving reusable fixtures into files in the tests/fixtures/ subdirectory (making them "plugins"). tests/conftest.py should now ideally only contain the "plugin" imports.

Additionally:

The branch is already rebased to PR #37 branch and should be merged only after resolving that PR first.