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 ammar2
Recipients ammar2, barry, iritkatriel, rhettinger, serhiy.storchaka
Date 2021-03-29.03:22:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1616988145.97.0.220351542156.issue26702@roundup.psfhosted.org>
In-reply-to
Content
Just a note and possible design inspiration, pytest has pretty assertions like this to allowing you to write unit tests purely with the assert statement and not unittest's special `assert...` methods: https://docs.pytest.org/en/stable/example/reportingdemo.html#tbreportdemo
History
Date User Action Args
2021-03-29 03:22:26ammar2setrecipients: + ammar2, barry, rhettinger, serhiy.storchaka, iritkatriel
2021-03-29 03:22:25ammar2setmessageid: <1616988145.97.0.220351542156.issue26702@roundup.psfhosted.org>
2021-03-29 03:22:25ammar2linkissue26702 messages
2021-03-29 03:22:25ammar2create