Run black on test file
This commit is contained in:
parent
a888bf182e
commit
4fd66e8a42
|
@ -83,6 +83,7 @@ class TestSetupState(object):
|
||||||
|
|
||||||
def test_teardown_multiple_scopes_one_fails(self, testdir):
|
def test_teardown_multiple_scopes_one_fails(self, testdir):
|
||||||
module_teardown = []
|
module_teardown = []
|
||||||
|
|
||||||
def fin_func():
|
def fin_func():
|
||||||
raise Exception("oops1")
|
raise Exception("oops1")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue