Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tweak a unit test to improve coverage
Now both branches of the self._url.endswith conditional block from the last commit are covered: test_check_url_same now covers the branch where the URL does *not* already end with '/', and test_repo_dir_synced appears to still cover the branch where the URL *does* already end with '/' (based on seeing that that unit test still fails if that branch is wrong).
- Loading branch information