/testing

Materials and tools for testing Translator components

Primary LanguagePython

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/