Skip to content

Commit

Permalink
Rename tests/mypy/ -> tests/mypy_tests/
Browse files Browse the repository at this point in the history
  • Loading branch information
brunato committed Nov 9, 2021
1 parent bc466a4 commit 963c14e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/test_typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class TestTyping(unittest.TestCase):

@classmethod
def setUpClass(cls):
cls.cases_dir = Path(__file__).parent.joinpath('mypy')
cls.cases_dir = Path(__file__).parent.joinpath('mypy_tests')
cls.config_file = Path(__file__).parent.parent.joinpath('mypy.ini')
cls.error_pattern = re.compile(r'Found \d+ error', re.IGNORECASE)

Expand Down

0 comments on commit 963c14e

Please sign in to comment.