File: pytest.ini

package info (click to toggle)
libcharon 5.0.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 576 kB
  • sloc: python: 1,575; sh: 388; makefile: 3
file content (7 lines) | stat: -rw-r--r-- 122 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
[pytest]
testpaths = tests
python_files = Test*.py
python_classes = Test
timeout = 30
log_cli = 1
log_cli_level = WARNING