aboutsummaryrefslogtreecommitdiffstats
path: root/_pytest/test_thread.py
Commit message (Collapse)AuthorAgeFilesLines
* Format all python files with blackTrygve Aaberge2021-03-201-10/+16
|
* Assert color values in testsTrygve Aaberge2020-06-141-2/+2
|
* Cleanup/simplify callback functionsTrygve Aaberge2020-02-231-3/+3
|
* Use max of submessages and replies for number_of_repliesTrygve Aaberge2019-10-031-0/+37
When new replies come in over websocket, we don't update the message_json of the parent message with the new replies, we just append the new message to the submessages list. Therefore, the number_of_replies function has to check both of these and take the max. Fixes #722