forked from ecmwf/earthkit-data
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpytest.ini
13 lines (13 loc) · 805 Bytes
/
pytest.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
[pytest]
addopts=-s --verbose
markers =
long_test: a test that is long to run. Typically more that 5 sec.
download: a test downloading some data (not from the ECMWF download server)
ftp: test that used FTP. FTP is an old protocol and is not supported by most recent firewalls.
notebook: testing notebooks can be slow. But needs to be performed to ensure that the documention is tested.
no_cache_init: a test where the cache is not initialised. Must be run with --forked.
no_eccodes: a test which should pass when ecCodes is not installed
plugin: a test that requires an earthkit-data plugin to be installed
with_proj: a test which should only pass if PROJ is installed and compatible with your system
cache: a test which needs the earthkit-data cache
testpaths = tests