irctest/pytest.ini

51 lines
747 B
INI
Raw 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-notify
account-tag
away-notify
batch
echo-message
extended-join
extended-monitor
labeled-response
message-tags
draft/multiline
multi-prefix
server-time
setname
sts
# isupport tokens
2021-07-01 13:34:26 +00:00
BOT
2022-03-20 13:07:46 +00:00
ELIST
INVEX
MONITOR
2022-03-09 19:01:34 +00:00
PREFIX
STATUSMSG
2021-08-13 20:48:11 +00:00
TARGMAX
UTF8ONLY
2022-02-21 20:43:22 +00:00
WHOX
python_classes = *TestCase Test*
# Include stdout in pytest.xml files used by the dashboard.
junit_logging = system-out