Skip to content

Commit 96caed1

Browse files
committed
!squash more tests
1 parent 637659c commit 96caed1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/test_config_object.py

+4
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,7 @@ def test_simple_format(load_yaml):
3434

3535
assert dir / "vcspull" == repo.dir.parent
3636
assert dir / "vcspull" / "libvcs" == repo.dir
37+
38+
assert hasattr(config, "filter_repos")
39+
assert callable(config.filter_repos)
40+
assert config.filter_repos(dir=dir / "vcspull" / "libvcs") == [repo]

0 commit comments

Comments
 (0)