Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 239 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 239 Bytes

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/