Skip to content

Commit c3e3355

Browse files
committed
Updated docs.
1 parent 7662287 commit c3e3355

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
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", "dist", "htmlcov", "conda", ".idea", "mutdef"}:
698+
for exclude_filename in {".coverage", "pathtype_demo.py", "dist", "htmlcov", "conda", ".idea", "mutdef.py"}:
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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
- .bumpversion.cfg
2-
- .ci
32
- .dependabot
43
- .github
54
- .gitignore
@@ -47,7 +46,6 @@
4746
- domdf_python_tools/utils.py
4847
- domdf_python_tools/versions.py
4948
- domdf_python_tools/words.py
50-
- mutdef.py
5149
- pyproject.toml
5250
- repo_helper.yml
5351
- requirements.txt

0 commit comments

Comments
 (0)