summaryrefslogtreecommitdiff
path: root/tests/test_output.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_output.py')
-rw-r--r--tests/test_output.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_output.py b/tests/test_output.py
index f9e04aec..e42093b5 100644
--- a/tests/test_output.py
+++ b/tests/test_output.py
@@ -1,6 +1,7 @@
import sys
from hypothesis_auto import auto_pytest_magic
+
from isort import output
auto_pytest_magic(output.with_comments, auto_allow_exceptions_=(ValueError,))