From 4fd66e8a42ecadc5c9d8cc5c8cfb70f0b933f797 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Mon, 11 Jun 2018 20:32:08 -0300 Subject: [PATCH] Run black on test file --- testing/test_runner.py | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/test_runner.py b/testing/test_runner.py index 8146b2dcb..408e06549 100644 --- a/testing/test_runner.py +++ b/testing/test_runner.py @@ -83,6 +83,7 @@ class TestSetupState(object): def test_teardown_multiple_scopes_one_fails(self, testdir): module_teardown = [] + def fin_func(): raise Exception("oops1")