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

Method test_fetch_remote

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

Source from the content-addressed store, hash-verified

25 repo.fetch()
26
27 def test_fetch_remote(self):
28 repo = GitCommand()
29 when(repo).git("fetch", "--prune", "origin", None)
30 repo.fetch("origin")
31
32 def test_fetch_branch(self):
33 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