Skip to content

Commit 0bf47d7

Browse files
committed
fixup! Python: Migrate to use "implicit namespace packages" (PEP 420)
1 parent d8a36b8 commit 0bf47d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_integration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,10 @@ def __call__(self, *args, **kwargs):
113113
class DocumentationTest(TestCase):
114114

115115
def test_output(self):
116-
testfile('../crate/crash/output.txt')
116+
testfile('../src/crate/crash/output.txt')
117117

118118
def test_connect(self):
119-
testfile('../crate/crash/connect.txt')
119+
testfile('../src/crate/crash/connect.txt')
120120

121121

122122
class CommandTest(TestCase):

0 commit comments

Comments
 (0)