-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpytest.ini
More file actions
21 lines (19 loc) · 881 Bytes
/
Copy pathpytest.ini
File metadata and controls
21 lines (19 loc) · 881 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[pytest]
markers =
VnV: Run all tests included in Verification and Validation Plan
benchmarks: run tests using all benchmark datasets
ruspini: run tests using the Ruspini dataset
graphLibrary: These tests compare to the relativeNeighborhoodGraph package
paperCompare: These tests compare to "A statistical approach to class separability"
FP: full program, these tests only use the main program interface
random: Run the tests that randomize the input dataset
IM: Input module tests
OM: Output module tests
GM: Graph module tests
N1: These tests compare to the N1 complexity value from the pymfe package
slow: marks tests as slow (deselect with '-m "not slow"')
Cut: Runs tests that check cut edges
Uncut: Run tests that check uncut edges
filterwarnings =
ignore::DeprecationWarning
ignore::PendingDeprecationWarning