-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathpytest.ini
More file actions
28 lines (28 loc) · 1.01 KB
/
pytest.ini
File metadata and controls
28 lines (28 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[pytest]
markers =
cm: context manager httpdbg
api: the REST API
preview: body content preview
pytest: the pytest mode
script: the script mode
cookies: all tests related to the cookies
cli: the command line interface
h2: the hook for the "h2" package
httpx: the hook for the "pytest" package
requests: the hook for the "requests" package
aiohttp: the hook for the "aiohttp" package
urllib3: the hook for the "urllib3" package
unittest: the hook for the "unittest" package
fastapi: the hook for the "fastapi" package
flask: the hook for the "flask" package
server_requests: the server requests
initiator: all tests related to the initiators
group: all tests related to the groups
tag: all tests related to the tags
ui: the web UI
server: the web server
pyhttpdbg: the pyhttpdbg command
filterwarnings =
ignore::DeprecationWarning:pytest_selenium.*:
ignore::DeprecationWarning::
ignore::urllib3.exceptions.InsecureRequestWarning: