From 602694b8172bc5f7cc62f2af58cb112619ae4b1a Mon Sep 17 00:00:00 2001 From: reginaldl Date: Thu, 23 Feb 2017 15:14:24 -0800 Subject: [PATCH] Fix missing blank line. --- testing/acceptance_test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/acceptance_test.py b/testing/acceptance_test.py index e30a804..b0aa0ba 100644 --- a/testing/acceptance_test.py +++ b/testing/acceptance_test.py @@ -440,6 +440,7 @@ def test_crashing_item(testdir): "*crashed*::test_crash*", "*1 failed*1 passed*" ]) + def test_crashing_item_teardown(testdir): p = testdir.makepyfile(""" import py