8000 Fix tests · codecov/codecov-python@58ab458 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.

Commit 58ab458

Browse files
committed
Fix tests
1 parent f5acc67 commit 58ab458

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

tests/test.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -294,18 +294,6 @@ def test_send_error(self):
294294
else:
295295
raise Exception("400 never raised")
296296

297-
@data((dict(commit="sha"), "Missing repository upload token"),)
298-
def test_require_branch(self, dd):
299-
(kwargs, reason) = dd
300-
# this is so we dont get branch for local git
301-
self.set_env(JENKINS_URL="hello")
302-
try:
303-
self.run_cli(**kwargs)
304-
except AssertionError as e:
305-
self.assertEqual(str(e), reason)
306-
else:
307-
raise Exception("Did not raise AssertionError")
308-
309297
@unittest.skipIf(
310298
os.getenv("CI") == "True" and os.getenv("APPVEYOR") == "True",
311299
"Skip AppVeyor CI test",

0 commit comments

Comments
 (0)
0