Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix regression with messages not being shown as deleted | Trygve Aaberge | 2023-08-16 | 1 | -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 black | Trygve Aaberge | 2021-03-20 | 1 | -17/+47 |
| | |||||
* | Assert color values in tests | Trygve Aaberge | 2020-06-14 | 1 | -1/+2 |
| | |||||
* | Cleanup/simplify callback functions | Trygve Aaberge | 2020-02-23 | 1 | -1/+1 |
| | |||||
* | Render "by invitation from" before reactions | Trygve Aaberge | 2019-06-02 | 1 | -1/+1 |
| | |||||
* | Fix broken tests | Trygve Aaberge | 2019-05-05 | 1 | -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 3 | Trygve Aaberge | 2019-04-08 | 1 | -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 files | Trygve Aaberge | 2019-04-08 | 1 | -1/+1 |
| | |||||
* | Always use the print function from Python 3 | Samuel Holland | 2019-04-08 | 1 | -1/+3 |
| | | | | Comments are updated as well as live code. | ||||
* | test: Remove monkeypatch dependency | Trygve Aaberge | 2017-09-15 | 1 | -1/+1 |
| | | | | As far as I can see, this isn't used anywhere. | ||||
* | massssssssive merge of the new codebase | Ryan Huber | 2017-04-12 | 1 | -29/+39 |
| | |||||
* | Fix up pytest | Tollef Fog Heen | 2015-12-21 | 1 | -0/+1 |
| | |||||
* | unicode fixes, change variable names, better tests | Ryan Huber | 2015-11-16 | 1 | -0/+2 |
| | |||||
* | Whitespace cleanup | Tollef Fog Heen | 2015-08-29 | 1 | -5/+0 |
| | |||||
* | add some initial tests. messages need a lot of work.. | Ryan Huber | 2015-03-18 | 1 | -0/+40 |