forked from LiberTEM/LiberTEM-holo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpytest.ini
More file actions
13 lines (12 loc) · 687 Bytes
/
Copy pathpytest.ini
File metadata and controls
13 lines (12 loc) · 687 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
[pytest]
norecursedirs = .git .tox *.egg-info build node_modules TOXENV prototypes
addopts = --strict -m "not slow and not dist and not flaky and not compilation"
markers =
slow: mark a test as slow, i.e. takes a couple of seconds to run
dist: tests that exercise the distributed parts of libertem
functional: mark a test as functional, testing the whole libertem stack
with_numba: mark tests that exercise a numba function so we can re-run for coverage
flaky: mark tests that fail sporadically for unknown reasons so that they can be excluded from release builds
log_level=INFO
log_format = %(asctime)s %(levelname)s %(message)s
log_date_format = %Y-%m-%d %H:%M:%S