File size: 337 Bytes
fc0f7bd | 1 2 3 4 5 6 7 8 9 | [pytest]
# reasons for excludes:
# .nox: large and irrelevant
# plugins: tested separately
# examples: contains the test for the example app, tested separately (app needs to be installed first)
# website: No python code
# tests/test_plugins : tested separately
norecursedirs = .nox plugins examples website tests/test_plugins build
|