aider/pytest.ini
2024-11-30 11:24:46 -08:00

13 lines
228 B
INI

[pytest]
norecursedirs = tmp.* build benchmark _site OLD
addopts = -p no:warnings
testpaths =
tests/basic
tests/help
tests/browser
tests/scrape
env =
AIDER_ANALYTICS=false
AIDER_ANALYTICS_LOG=/dev/null