pip install pytest pytest-asyncio
Run all tests
pytest test/
Run specific translator test
pytest test/test_translation_manual.py --translator sugoi --target-lang ENG
To disable stdout capture add -s --log-cli-level=DEBUG
-s --log-cli-level=DEBUG