Skip to content

Commit 65a392e

Browse files
authored
Merge pull request #1169 from PyCQA/testsuite-data
move test data to ./testing/data
2 parents c909baf + 7e94466 commit 65a392e

Some content is hidden

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

48 files changed

+45
-47
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
exclude: ^testsuite/
1+
exclude: ^testing/data/
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
44
rev: v4.4.0

setup.cfg

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,7 @@ max_doc_length = 72
1212

1313
[coverage:run]
1414
plugins = covdefaults
15-
omit =
16-
# TODO: separate the tests from the test data
17-
testsuite/E*.py
18-
testsuite/W*.py
19-
testsuite/latin-1.py
20-
testsuite/noqa.py
21-
testsuite/python*.py
22-
testsuite/utf-8-bom.py
15+
omit = testsuite/data
2316
parallel = true
2417

2518
[coverage:report]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)