tests: Mark failing corner case tests as expected for 2.5.2

This commit is contained in:
Tomas Babej
2020-12-05 16:40:28 -05:00
parent 643166a337
commit cd1d42bc9d
3 changed files with 6 additions and 0 deletions

View File

@@ -244,6 +244,7 @@ class Test1469(TestCase):
self.assertNotIn('foo', out)
@unittest.expectedFailure
class TestBug1479(TestCase):
def setUp(self):
"""Executed before each test in the class"""