Skip to content

Commit 7662287

Browse files
committed
Updated docs.
1 parent 1b5b138 commit 7662287

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

tests/test_paths.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ def test_iterchildren_match(data_regression: DataRegressionFixture):
695695

696696
child_paths = sorted(p.relative_to(repo_path).as_posix() for p in children)
697697

698-
for exclude_filename in {".coverage", "pathtype_demo.py"}:
698+
for exclude_filename in {".coverage", "pathtype_demo.py", "dist", "htmlcov", "conda", ".idea", "mutdef"}:
699699
if exclude_filename in child_paths:
700700
child_paths.remove(exclude_filename)
701701

tests/test_paths_/test_iterchildren_match.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
- .dependabot
44
- .github
55
- .gitignore
6-
- .idea
76
- .imgbotconfig
87
- .isort.cfg
98
- .pre-commit-config.yaml
@@ -15,8 +14,6 @@
1514
- MANIFEST.in
1615
- README.rst
1716
- __pkginfo__.py
18-
- conda
19-
- dist
2017
- doc-source
2118
- doc-source/conf.py
2219
- doc-source/patched_autosummary.py
@@ -50,7 +47,6 @@
5047
- domdf_python_tools/utils.py
5148
- domdf_python_tools/versions.py
5249
- domdf_python_tools/words.py
53-
- htmlcov
5450
- mutdef.py
5551
- pyproject.toml
5652
- repo_helper.yml

0 commit comments

Comments
 (0)