Switch from unittest-style to pytest-style test collection

I was to use parametrization in a future test, but pytest doesn't
support it on unittest-style tests.
This commit is contained in:
2021-07-04 16:18:33 +02:00
committed by Val Lorentz
parent ed2b75534e
commit 0177c369dd
4 changed files with 92 additions and 41 deletions

View File

@ -33,3 +33,5 @@ markers =
BOT
MONITOR
STATUSMSG
python_classes = *TestCase Test*