aboutsummaryrefslogtreecommitdiffstats
path: root/_pytest/test_process_message.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix regression with messages not being shown as deletedTrygve Aaberge2023-08-161-1/+3
| | | | | | | | The commit 74da303 introduced a regression with messages not being shown as deleted anymore because deleting only changed the text field, and that's not being used anymore with that commit. Fixes #897
* Format all python files with blackTrygve Aaberge2021-03-201-17/+47
|
* Assert color values in testsTrygve Aaberge2020-06-141-1/+2
|
* Cleanup/simplify callback functionsTrygve Aaberge2020-02-231-1/+1
|
* Render "by invitation from" before reactionsTrygve Aaberge2019-06-021-1/+1
|
* Fix broken testsTrygve Aaberge2019-05-051-8/+0
| | | | | I forgot to make some required changes in the tests after commit f3d880e and commit 49d481c.
* Cleanup tests and make them compatible with python 3Trygve Aaberge2019-04-081-26/+32
| | | | | | 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-1/+3
| | | | Comments are updated as well as live code.
* test: Remove monkeypatch dependencyTrygve Aaberge2017-09-151-1/+1
| | | | As far as I can see, this isn't used anywhere.
* massssssssive merge of the new codebaseRyan Huber2017-04-121-29/+39
|
* Fix up pytestTollef Fog Heen2015-12-211-0/+1
|
* unicode fixes, change variable names, better testsRyan Huber2015-11-161-0/+2
|
* Whitespace cleanupTollef Fog Heen2015-08-291-5/+0
|
* add some initial tests. messages need a lot of work..Ryan Huber2015-03-181-0/+40