aboutsummaryrefslogtreecommitdiffstats
path: root/_pytest/test_thread.py
Commit message (Collapse)AuthorAgeFilesLines
* 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