summaryrefslogtreecommitdiff
path: root/pytest.ini
blob: f1bce5cb98d3c95d30dd2bddc7b364923827f0de (plain)
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