forked from oda-hub/dispatcher-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pytest.ini
16 lines (16 loc) · 899 Bytes
/
pytest.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# content of pytest.ini
[pytest]
testpaths = tests
markers =
dda: mark a test as dependent on dda, integral backend
isgri_plugin: mark a test as one using the isgri instrument
integralallsky_plugin: mark a test as one using the isgri instrument
slow: mark test as slow
fast: mark test as fast: less than ~2 min in total. These are useful for first testing
not_safe_parallel: mark test as a not safe if run in parallel
test_email_scws_list: mark test handling science windows list and the way those are treated within emails
test_catalog: mark test handling catalogs and the way those are treated within emails
test_drupal: mark test related to the posting of content over a drupal-based web-site
test_matrix: mark test related to the interaction with the matrix platform
test_renku: mark test related to the interaction with the renku platform
odaapi