File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,8 @@ def test_raises_for_test_suite(self):
4444
4545 def test_create_custom_class (self ):
4646 loader = Loader (test_case_class = _test_case_data .TestCaseSubclass )
47- test = loader .load_test (_test_case_data .TestCaseSubclass , 'test_method' )
47+ test = loader .load_test (
48+ _test_case_data .TestCaseSubclass , 'test_method' )
4849 self .assertIsInstance (test , _test_case_data .TestCaseSubclass )
4950
5051 def test_create_custom_class_raises (self ):
Original file line number Diff line number Diff line change @@ -102,4 +102,4 @@ def test_init_from_args(self):
102102 runner = BaseTestRunner .from_args (args , None )
103103
104104 # Then
105- self .assertEqual (runner .warnings , "ignore" )
105+ self .assertEqual (runner .warnings , "ignore" )
You can’t perform that action at this time.
0 commit comments