[issue8038] Provide unittest.TestCase.assertNotRegexpMatches

2010-03-08 Thread Ryszard Szopa
Ryszard Szopa added the comment: Here's the patch against unittest2 that implements assertNotRegexpMatches. -- keywords: +patch Added file: http://bugs.python.org/file16498/assertNotRegexpMatches.patch ___ Python tracker <http://bugs.py

[issue8038] Not all the new assert* unittest.TestCase methods have negative (not) equivalents

2010-03-07 Thread Ryszard Szopa
Ryszard Szopa added the comment: Hi, I am the original reporter of the bug. Please forgive me if this is not the place for discussing the issue. I've thought about it, and stuff like assertDictNotEqual or assertSequenceNotEqual aren't really necessary - it is much easier (and s