Slight improvement on test case for bemade_utils.
This commit is contained in:
parent
917fc8c01e
commit
1a5f216b1d
1 changed files with 3 additions and 4 deletions
|
|
@ -11,7 +11,6 @@ class TestA(TransactionCase):
|
|||
self.assertFalse(True)
|
||||
|
||||
|
||||
class TestB(TransactionCase):
|
||||
@patch_test(TestA.test_method_a)
|
||||
def test_redefining_test(self):
|
||||
self.assertTrue(True)
|
||||
@patch_test(TestA.test_method_a)
|
||||
def test_redefining_test(self):
|
||||
self.assertTrue(True)
|
||||
|
|
|
|||
Loading…
Reference in a new issue