Files
irctest/pytest.ini
Valentin Lorentz 0177c369dd 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.
2021-07-04 17:06:37 +02:00

38 lines
514 B
INI

[pytest]
markers =
# specifications
RFC1459
RFC2812
IRCv3
modern
ircdocs
Ergo
# misc marks
strict
deprecated
services
arbitrary_client_tags
react_tag
private_chathistory
# capabilities
account-tag
away-notify
batch
echo-message
extended-join
labeled-response
message-tags
draft/multiline
multi-prefix
server-time
sts
# isupport tokens
BOT
MONITOR
STATUSMSG
python_classes = *TestCase Test*