File: pytest.ini

package info (click to toggle)
psautohint 2.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,148 kB
  • sloc: ansic: 11,179; python: 5,556; makefile: 6; sh: 1
file content (8 lines) | stat: -rw-r--r-- 94 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
[pytest]
norecursedirs = data
testpaths = tests
addopts =
  -v
  -r a
  --exitfirst
  -n auto