-
-
Notifications
You must be signed in to change notification settings - Fork 137
Expand file tree
/
Copy pathpytest.ini
More file actions
18 lines (18 loc) · 791 Bytes
/
pytest.ini
File metadata and controls
18 lines (18 loc) · 791 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# pytest.ini
[pytest]
filterwarnings =
ignore::RuntimeWarning:.*invalid value encountered.*
ignore::RuntimeWarning:.*divide by zero encountered in divide.*
ignore::RuntimeWarning:.*invalid value encountered in power.*
minversion = 6.0
testpaths =
./tests
markers =
local: marks tests that run locally and not on GH Actions (mostly due to run time)
benchmark: marks tests that measure performance and memory usage
distributed: marks tests that use distributed Dask clients
memory: marks tests focused on memory usage measurement
performance: marks tests focused on compute time measurement
slow: marks tests that take longer to run
real: marks tests using real OG-Core tax function code
platform: marks tests for platform-specific optimization