This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author toonarmycaptain
Recipients Thomas Hisch, pablogsal, splbio, toonarmycaptain, xtreak
Date 2020-10-21.01:00:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1603242020.06.0.865492402503.issue35753@roundup.psfhosted.org>
In-reply-to
Content
Somehow I missed the follow up here until now. I don't remember the original code, but I'm fairly confident that mocked_print is the patched print function eg 
with patch('dionysus_app.class_functions.print') as mocked_print:

Probably solved in this commit dated the same day as the bug report:
https://github.com/toonarmycaptain/dionysus/commit/4f0eb7ca32b891d99106441b92a6c1accd0bb96d
History
Date User Action Args
2020-10-21 01:00:20toonarmycaptainsetrecipients: + toonarmycaptain, pablogsal, splbio, xtreak, Thomas Hisch
2020-10-21 01:00:20toonarmycaptainsetmessageid: <1603242020.06.0.865492402503.issue35753@roundup.psfhosted.org>
2020-10-21 01:00:20toonarmycaptainlinkissue35753 messages
2020-10-21 01:00:19toonarmycaptaincreate