File: pytest.ini

package info (click to toggle)
cclib 1.8.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 55,412 kB
  • sloc: python: 23,605; makefile: 75; sh: 31
file content (7 lines) | stat: -rw-r--r-- 142 bytes parent folder | download
1
2
3
4
5
6
7
[pytest]
addopts = -ra
console_output_style = progress
log_cli = true
log_cli_level = WARNING
python_classes = *Test*
python_files = test*.py