irctest/pytest.ini

40 lines
554 B
INI
Raw Permalink Normal View History

[pytest]
python_files = *_tests/*.py
markers =
# specifications
RFC1459
RFC2812
IRCv3
modern
ircdocs
2021-05-27 03:55:21 +00:00
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
2021-07-01 13:34:26 +00:00
BOT
MONITOR
STATUSMSG
2021-08-13 20:48:11 +00:00
TARGMAX
python_classes = *TestCase Test*