mirror of
https://github.com/progval/irctest.git
synced 2025-04-06 07:19:54 +00:00
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:
@ -33,3 +33,5 @@ markers =
|
||||
BOT
|
||||
MONITOR
|
||||
STATUSMSG
|
||||
|
||||
python_classes = *TestCase Test*
|
||||
|
Reference in New Issue
Block a user