File: pytest.ini

package info (click to toggle)
pykwalify 1.8.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 912 kB
  • sloc: python: 3,315; makefile: 225
file content (5 lines) | stat: -rw-r--r-- 142 bytes parent folder | download | duplicates (4)
1
2
3
4
5
# test_*py by default
# add tests.py and test.py
[pytest]
norecursedirs=.tox .git pykwalify.egg-info dist docs examples
python_files=test*.py