mirror of
https://github.com/progval/irctest.git
synced 2025-04-05 14:59:49 +00:00
51 lines
747 B
INI
51 lines
747 B
INI
[pytest]
|
|
python_files = *_tests/*.py
|
|
markers =
|
|
# specifications
|
|
RFC1459
|
|
RFC2812
|
|
IRCv3
|
|
modern
|
|
ircdocs
|
|
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
|
|
BOT
|
|
ELIST
|
|
INVEX
|
|
MONITOR
|
|
PREFIX
|
|
STATUSMSG
|
|
TARGMAX
|
|
UTF8ONLY
|
|
WHOX
|
|
|
|
python_classes = *TestCase Test*
|
|
|
|
# Include stdout in pytest.xml files used by the dashboard.
|
|
junit_logging = system-out
|