Wang Guan 4be139631b remove unused code 2 周之前
..
README.md 00fb1a8fae Update translation test 1 年之前
api_test.html fce02c7ebd color return value & test 11 月之前
conftest.py c29d544eec Improve ratelimit sleep method (#370) 1 年之前
test_render.py 4e95fb1629 test NPE 2 周之前
test_textline_merge.py 4be139631b remove unused code 2 周之前
test_translation.py 4be139631b remove unused code 2 周之前
test_translation_manual.py 4be139631b remove unused code 2 周之前

README.md

Tests

Installation

pip install pytest pytest-asyncio

Usage:

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