You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to add logic for preparing 3rd party dependencies (Marian NMT, OpusCleaner Python virtualenv, etc) on github for automated testing.
I am proposing following:
each dependency will be prepared in a fixed-name directory,
in tests/conftest.py, we will have session-scope fixtures for each dependency which will check whether the software is present/available (otherwise it will skip the fixture and the dependent tests) and return their respective directories (usable in subsequent tests)
Or do we have a better solution for these scenarios?
The text was updated successfully, but these errors were encountered:
We need to add logic for preparing 3rd party dependencies (Marian NMT, OpusCleaner Python virtualenv, etc) on github for automated testing.
I am proposing following:
Or do we have a better solution for these scenarios?
The text was updated successfully, but these errors were encountered: