NCATSTranslator / testing

Materials and tools for testing Translator components
1 stars 9 forks source link

Translator testing

Materials and tools for testing Translator components

Setup

pip install -r requirements.txt

Run tests

pytest tests/

or, with test durations:

pytest --durations=0 tests/