Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit 807e79f

Browse files
committed
Moved tests directory one directory up, to src.
1 parent 1d6c00b commit 807e79f

16 files changed

+9
-9
lines changed
File renamed without changes.

src/pydocstyle/tests/parser_test.py renamed to src/tests/parser_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import six
44
import textwrap
5-
from ..parser import Parser
5+
from pydocstyle.parser import Parser
66

77

88
class CodeSnippet(six.StringIO):

0 commit comments

Comments
 (0)