mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-16 22:43:00 +00:00
10 lines
244 B
INI
10 lines
244 B
INI
[pytest]
|
|
minversion = 3.3
|
|
python_files = test_*.py
|
|
markers =
|
|
gen_test: marks an async tornado test
|
|
group: mark as a test for groups
|
|
services: mark as a services test
|
|
user: mark as a test for a user
|
|
slow: mark a test as slow
|