summaryrefslogtreecommitdiff
path: root/tests/test_output.py
blob: 2457f70d7449a5f10c525e4349990f82ec03a520 (plain)
1
2
3
4
5
from hypothesis_auto import auto_pytest_magic

from isort import output

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