PDFTranslator / pytest.ini
hoang.nguyen6
deploy
f66643d unverified
Raw
History Blame Contribute Delete
124 Bytes
[pytest]
testpaths = test
python_files = test_*.py
python_classes = Test*
python_functions = test_*
addopts = -v --tb=short