MCPcopy Index your code
hub / github.com/saltstack/salt / test_current_branch

Method test_current_branch

tests/integration/modules/test_git.py:540–544  ·  view source on GitHub ↗

Test git.current_branch

(self)

Source from the content-addressed store, hash-verified

538
539 @pytest.mark.slow_test
540 def test_current_branch(self):
541 """
542 Test git.current_branch
543 """
544 self.assertEqual(self.run_function("git.current_branch", [self.repo]), "master")
545
546 @pytest.mark.slow_test
547 def test_describe(self):

Callers

nothing calls this directly

Calls 1

run_functionMethod · 0.95

Tested by

no test coverage detected