-
Notifications
You must be signed in to change notification settings - Fork 76
/
pytest.ini
27 lines (26 loc) · 874 Bytes
/
pytest.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[pytest]
markers =
loss_func: loss_func tests.
similar_func: similar_func tests.
perturb_func: perturb_func tests.
normalise_func: normalise_func tests.
norm_func: norm_func tests.
explain_func: explain_func tests.
complexity_func: complexity_func tests.
n_bins_func: n_bins_func tests.
evaluate_func: evaluate tests.
utils: utils tests.
fixes: fixing tests.
pytorch_model: pytorch model interface tests.
tf_model: tensorflow model interface tests.
randomisation: randomisation metrics tests.
faithfulness: faithfulness metrics tests.
robustness: robustness metrics tests.
localisation: localisation metrics tests.
complexity: complexity metrics tests.
axiomatic: axiomatic metrics tests.
filterwarnings =
error
ignore::UserWarning
ignore::DeprecationWarning
ignore::FutureWarning