Spaces:
Running
Running
File size: 302 Bytes
947c08e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
## Tests
### Installation
```bash
pip install pytest pytest-asyncio
```
### Usage:
Run all tests
```bash
pytest test/
```
Run specific translator test
```bash
pytest test/test_translation_manual.py --translator sugoi --target-lang ENG
```
To disable stdout capture add `-s --log-cli-level=DEBUG`
|