1
0
mirror of https://github.com/progval/irctest.git synced 2025-04-08 00:09:46 +00:00
Files
.github
data
irctest
patches
.gitignore
.pre-commit-config.yaml
CONTRIBUTING.md
LICENSE
Makefile
README.md
conftest.py
make_workflows.py
mypy.ini
pyproject.toml
pytest.ini
report.py
requirements.txt
setup.cfg
workflows.yml
irctest/pytest.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