Test git.current_branch
(self)
| 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): |
nothing calls this directly
no test coverage detected