aboutsummaryrefslogtreecommitdiffstats
path: root/_pytest/test_eventrouter.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix some flake8 errorsTrygve Aaberge2021-04-131-2/+1
|
* Format all python files with blackTrygve Aaberge2021-03-201-2/+2
|
* Pass team/channel to handle/process methods directlyTrygve Aaberge2020-02-231-2/+2
|
* Cleanup tests and make them compatible with python 3Trygve Aaberge2019-04-081-0/+1
| | | | | | This mainly adds team, channel_general and user_alice as fixtures, so we can use those directly instead of picking arbitrary ones from the lists. It also adds assertions to some tests which where missing it.
* Import print_function and unicode_literals in all test filesTrygve Aaberge2019-04-081-1/+1
|
* Always use the print function from Python 3Samuel Holland2019-04-081-0/+2
| | | | Comments are updated as well as live code.
* Don't serialize request metadataTrygve Aaberge2019-04-081-5/+5
| | | | | It seems pointless to serialize request metadata first with pickle, then pack it into json, just to unpack both afterwards.
* Delete useless testTrygve Aaberge2019-04-081-54/+0
| | | | | This test doesn't do any assertions, and is as far as I can see completely useless.
* Don't raise exception on missing event callbacks (#589)Trygve Aaberge2018-06-111-4/+3
| | | | | These missing callbacks are not really errors or exceptions, and we don't need to implement all of them. Raising an exception makes the users think something isn't working, and is confusing.
* massssssssive merge of the new codebaseRyan Huber2017-04-121-0/+86