Closed NISH1001 closed 1 year ago
Changes
tests/data/*.json
tests/models/test_qa.py
tests/models/test_classification.py
pytest -m metrics
pytest -m models
Changes
tests/data/*.json
data samples are used to load the data fixtures for teststests/models/test_qa.py
has a test suite for testing default QA wrappertests/models/test_classification.py
has a test suite for testing default text classification modelpytest -m metrics
can be used for only running test suite for metricspytest -m models
can be used for models