[issue8038] Provide unittest.TestCase.assertNotRegexpMatches

2010-05-08 Thread Michael Foord
Michael Foord added the comment: Docstrings committed revision 80990. -- stage: unit test needed -> committed/rejected status: open -> closed ___ Python tracker ___ _

[issue8038] Provide unittest.TestCase.assertNotRegexpMatches

2010-04-02 Thread Michael Foord
Changes by Michael Foord : -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/opt

[issue8038] Provide unittest.TestCase.assertNotRegexpMatches

2010-04-02 Thread Michael Foord
Michael Foord added the comment: Further commit revision 79643. Needs tests and documentation. -- resolution: -> accepted ___ Python tracker ___

[issue8038] Provide unittest.TestCase.assertNotRegexpMatches

2010-04-02 Thread Michael Foord
Michael Foord added the comment: Committed revision 79632. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: h

[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

[issue8038] Provide unittest.TestCase.assertNotRegexpMatches

2010-03-07 Thread Michael Foord
Changes by Michael Foord : -- title: Not all the new assert* unittest.TestCase methods have negative (not) equivalents -> Provide unittest.TestCase.assertNotRegexpMatches ___ Python tracker