1
0

pytest.ini 266 B

12345
  1. [pytest]
  2. testpaths = webnovel-writer/scripts/data_modules/tests webnovel-writer/scripts/tests
  3. pythonpath = webnovel-writer/scripts
  4. asyncio_mode = auto
  5. addopts = -p no:debugging -p pytest_cov -q --cov --cov-report=term-missing --cov-fail-under=90 -p no:cacheprovider