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

from hypothesis_auto import auto_pytest_magic
from isort import output

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