MCPcopy
hub / github.com/timbrel/GitSavvy / test_fetch_all

Method test_fetch_all

tests/test_git_mixins.py:22–25  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

20
21class TestFetchInterface(TestGitMixinsUsage):
22 def test_fetch_all(self):
23 repo = GitCommand()
24 when(repo).git("fetch", "--prune", "--all", None)
25 repo.fetch()
26
27 def test_fetch_remote(self):
28 repo = GitCommand()

Callers

nothing calls this directly

Calls 4

GitCommandClass · 0.90
whenFunction · 0.90
gitMethod · 0.80
fetchMethod · 0.45

Tested by

no test coverage detected