Skip to content

Commit 5d41dfd

Browse files
author
Dario Varotto
committed
Pytest adding markers to document the existing tags
1 parent d8aad87 commit 5d41dfd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pytest.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@ addopts = -s
77
log_format = %(asctime)s %(levelname)s %(message)s
88
log_date_format = %Y-%m-%d %H:%M:%S
99

10+
markers=
11+
slow: marks tests as slow (deselect with '-m "not slow"')
12+
datafile: the async datafile requests
13+
json: the sync json requests

0 commit comments

Comments
 (0)