summaryrefslogtreecommitdiff
path: root/tests/test_output.py
blob: e42093b5bdb5ccfc451dfc6fd5680ab818aaede9 (plain)
1
2
3
4
5
6
7
import sys

from hypothesis_auto import auto_pytest_magic

from isort import output

auto_pytest_magic(output.with_comments, auto_allow_exceptions_=(ValueError,))