8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e95ee63 commit 4588efdCopy full SHA for 4588efd
test/test_remote.py
@@ -658,7 +658,7 @@ def test_push_error(self, repo):
658
class TestTimeouts(TestBase):
659
@with_rw_repo('HEAD', bare=False)
660
def test_timeout_funcs(self, repo):
661
- for function in ["pull"]: #"can't get fetch and push to reliably timeout
+ for function in ["pull"]: # can't get fetch and push to reliably timeout
662
f = getattr(repo.remotes.origin, function)
663
assert f is not None # Make sure these functions exist
664
_ = f() # Make sure the function runs
0 commit comments