forked from Eomys/MoSQITo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpytest.ini
17 lines (17 loc) · 1.05 KB
/
pytest.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[pytest]
markers =
loudness_ecma: marks tests related to loudness ecma
loudness_zwst: marks tests related to loudness zwicker stationary (deselect with '-m "not loudness_zwst"')
loudness_zwtv: marks tests related to loudness zwicker time-varying
sharpness_din: marks tests related to sharpness DIN45692
roughness_dw: marks tests related to roughness by Daniel and Weber
roughness_dw_freq: marks tests related to roughness by Daniel and Weber from a spectrum
tnr_st: marks tests related to stationary tone-to-noise ratio
tnr_tv: marks tests related to time-varying tone-to-noise ratio
tnr_freq: marks tests related to tone-to-noise ratio from a spectrum
pr_st: marks tests related to stationary prominence ratio
pr_tv: marks tests related to time-varying prominence ratio
pr_freq: marks tests related to prominence ratio from a spectrum
noct_spectrum: marks tests related to n_octave spectra computation
noct_synthesis: marks test related to n_octave spectra adaptation
utils: marks tests related to utils functions