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 terry.reedy
Recipients michael.foord, rhettinger, terry.reedy, vabr2, veky
Date 2020-10-02.23:43:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1601682195.13.0.740296954019.issue41877@roundup.psfhosted.org>
In-reply-to
Content
Vedran, you explained why many use pytest instead of unittest. But we have the latter and a stability policy.

I am not familiar with the existing mock code, but one already invented solution for misspelling tolerance without enumeration is the soundex algorithm.  I have not read the details for over a decade, but I belive soundex(<assert variation>) = 'asrt' for all examples given here.  Perhaps it could be used to broaden the test.
History
Date User Action Args
2020-10-02 23:43:15terry.reedysetrecipients: + terry.reedy, rhettinger, michael.foord, veky, vabr2
2020-10-02 23:43:15terry.reedysetmessageid: <1601682195.13.0.740296954019.issue41877@roundup.psfhosted.org>
2020-10-02 23:43:15terry.reedylinkissue41877 messages
2020-10-02 23:43:15terry.reedycreate