irctest/irctest
Valentin Lorentz 6f68a0d601 Hide irrelevant frames on pytest failures
It makes failures easier to read, by showing only the relevant tests
instead of the helper functions.

https://doc.pytest.org/en/latest/example/simple.html#writing-well-integrated-assertion-helpers
2021-06-26 18:37:44 +02:00
..
client_tests Use assertMessageMatch whenever possible, and generalize listMatch to accept regexps 2021-02-28 23:22:31 +01:00
controllers rename Oragono to Ergo 2021-05-27 00:07:32 -04:00
irc_utils type-annotate all functions outside the tests themselves. 2021-02-28 18:45:13 +01:00
self_tests Add test for message matching commands 2021-04-18 09:21:27 +02:00
server_tests rename Oragono to Ergo 2021-05-27 00:07:32 -04:00
__init__.py Basic architecture. 2015-12-19 01:11:57 +01:00
authentication.py Use dataclasses instead of dicts/namedtuples 2021-02-28 18:45:13 +01:00
basecontrollers.py rename Oragono to Ergo 2021-05-27 00:07:32 -04:00
cases.py Hide irrelevant frames on pytest failures 2021-06-26 18:37:44 +02:00
client_mock.py Hide irrelevant frames on pytest failures 2021-06-26 18:37:44 +02:00
exceptions.py Use Black code style 2021-02-22 19:42:18 +01:00
numerics.py Use Black code style 2021-02-22 19:42:18 +01:00
patma.py assertMessageMatch: Add pattern-matching on tags, and start using it. 2021-03-01 21:59:50 +01:00
runner.py type-annotate all functions outside the tests themselves. 2021-02-28 18:45:13 +01:00
specifications.py rename Oragono to Ergo 2021-05-27 00:07:32 -04:00
tls.py Use dataclasses instead of dicts/namedtuples 2021-02-28 18:45:13 +01:00