File: setup.cfg

package info (click to toggle)
python-rapidjson 1.4-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,368 kB
  • sloc: cpp: 3,332; python: 1,990; makefile: 106
file content (10 lines) | stat: -rw-r--r-- 260 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
[tool:pytest]
norecursedirs = *.egg .tox
addopts =
    # Shows a line for every test
    # You probably want to turn this off if you use pytest-sugar.
    # Or you can keep it and run `py.test -q`.
    --verbose

    # Don't capture, so prints come out
    -s