Skip to content

Commit 4459d6a

Browse files
karajan1001efiop
authored andcommitted
Add back an dvc ignore test
Original from #8767 (comment)
1 parent 08a50ee commit 4459d6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_ignore.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def mock_dvcignore(dvcignore_path, patterns):
8787
("to_ignore.txt", ["/*.txt"], True),
8888
(os.path.join("path", "to_ignore.txt"), ["/*.txt"], False),
8989
(os.path.join("data", "file.txt"), ["data/*"], True),
90-
# (os.path.join("data", "subdir", "file.txt"), ["data/*"], False),
90+
(os.path.join("data", "subdir", "file.txt"), ["data/*"], True),
9191
(os.path.join("data", "file.txt"), ["data/"], True),
9292
(os.path.join("data", "subdir", "file.txt"), ["data/"], True),
9393
(os.path.join("data", "subdir", "file.txt"), ["subdir/"], True),

0 commit comments

Comments
 (0)