aboutsummaryrefslogtreecommitdiffstats
path: root/_pytest/test_everything.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix tests and formatting after last commitTrygve Aaberge2022-09-171-1/+1
|
* Support MPIMs in channel list of rtm.startTrygve Aaberge2021-05-111-1/+1
| | | | | | | | | | | For some reason, some MPIMs are listed in the channel list of the response from rtm.start, with is_mpim set to true, instead of in the mpims list. These incorrectly appeared as private channels instead of MPIMs in wee-slack. These entries do not contain a members list, so we have to call conversations.members and set the name after receiving the response from that.
* Fix test broken in the previous commitTrygve Aaberge2021-03-211-1/+1
|
* Format all python files with blackTrygve Aaberge2021-03-201-1/+1
|
* Cleanup/simplify callback functionsTrygve Aaberge2020-02-231-1/+1
|
* Cleanup tests and make them compatible with python 3Trygve Aaberge2019-04-081-12/+5
| | | | | | 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.
* Fix test_everything.py failing by handling events in orderEric Wang2018-10-201-1/+1
|
* Don't raise exception on missing event callbacks (#589)Trygve Aaberge2018-06-111-34/+5
| | | | | 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.
* test: Remove monkeypatch dependencyTrygve Aaberge2017-09-151-1/+1
| | | | As far as I can see, this isn't used anywhere.
* test: Fix two incorrect test namesTrygve Aaberge2017-09-151-1/+1
|
* massssssssive merge of the new codebaseRyan Huber2017-04-121-0/+50