Skip to content

Commit

Permalink
!squash more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Oct 23, 2022
1 parent 662fa8c commit ca81ced
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_config_object.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,7 @@ def test_simple_format(load_yaml):

assert dir / "vcspull" == repo.dir.parent
assert dir / "vcspull" / "libvcs" == repo.dir

assert hasattr(config, "filter_repos")
assert callable(config.filter_repos)
assert config.filter_repos(dir=dir / "vcspull" / "libvcs") == [repo]

0 comments on commit ca81ced

Please sign in to comment.