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
Currently our test data is provided by pytest.fixtures which only return static sample values. However, we want to test all of nester's functions on all supported languages so we have to change the fixture to return the list of lanugages provided by utils.detect_languages() and change the tests to run again and again until all languages are done.
The text was updated successfully, but these errors were encountered:
You would like to suggest a new feature?
Currently our test data is provided by
pytest.fixtures
which only return static sample values. However, we want to test all of nester's functions on all supported languages so we have to change the fixture to return the list of lanugages provided byutils.detect_languages()
and change the tests to run again and again until all languages are done.The text was updated successfully, but these errors were encountered: