mirror of
https://github.com/progval/irctest.git
synced 2025-04-06 15:29:50 +00:00
Merge branch 'master' into named-modes
This commit is contained in:
11
pytest.ini
11
pytest.ini
@ -18,23 +18,34 @@ markers =
|
||||
private_chathistory
|
||||
|
||||
# capabilities
|
||||
account-notify
|
||||
account-tag
|
||||
away-notify
|
||||
batch
|
||||
echo-message
|
||||
extended-join
|
||||
extended-monitor
|
||||
labeled-response
|
||||
message-tags
|
||||
draft/multiline
|
||||
multi-prefix
|
||||
draft/named-modes
|
||||
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
|
||||
|
Reference in New Issue
Block a user