Skip to content

Commit 4dda575

Browse files
committed
tests: Move data to new directory
Signed-off-by: Stephen Finucane <stephen@that.guru>
1 parent 72e1d03 commit 4dda575

79 files changed

Lines changed: 4 additions & 4 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

patchwork/tests/__init__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
import os
77
import warnings
88

9-
TEST_MAIL_DIR = os.path.join(os.path.dirname(__file__), 'mail')
10-
TEST_PATCH_DIR = os.path.join(os.path.dirname(__file__), 'patches')
11-
TEST_FUZZ_DIR = os.path.join(os.path.dirname(__file__), 'fuzztests')
12-
TEST_SERIES_DIR = os.path.join(os.path.dirname(__file__), 'series')
9+
TEST_MAIL_DIR = os.path.join(os.path.dirname(__file__), 'data', 'mail')
10+
TEST_PATCH_DIR = os.path.join(os.path.dirname(__file__), 'data', 'patches')
11+
TEST_FUZZ_DIR = os.path.join(os.path.dirname(__file__), 'data', 'fuzz')
12+
TEST_SERIES_DIR = os.path.join(os.path.dirname(__file__), 'data', 'series')
1313

1414
# configure warnings
1515

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)