summaryrefslogtreecommitdiff
path: root/tests/test_comments.py
blob: 1805f137c17a7ca705e189085efc9c623f37282e (plain)
1
2
3
4
5
from hypothesis_auto import auto_pytest_magic
from isort import comments

auto_pytest_magic(comments.parse)
auto_pytest_magic(comments.add_to_line)