File: pytest.ini

package info (click to toggle)
pycurl 7.45.7-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,752 kB
  • sloc: python: 8,663; ansic: 6,891; makefile: 202; sh: 183
file content (9 lines) | stat: -rw-r--r-- 300 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
[pytest]
python_files = tests/*.py
norecursedirs = examples win
markers =
    ssh: mark a test as requiring ssh
    online: mark a test as requiring internet access
    gssapi: mark a test as requiring GSSAPI
    http2: mark a test as requiring HTTP/2
    standalone: mark a test as being standalone