We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3c9635 commit eac2554Copy full SHA for eac2554
1 file changed
tests/test_services.py
@@ -209,17 +209,3 @@ def test_get_urltag_with_unsupported_url():
209
url = "bsd#666"
210
issue = get_urltag(url)
211
assert issue is None
212
-
213
214
-def test_guess_service():
215
- assert guess_service("github.com") is MyGithub
216
- assert guess_service("launchpad.net") is MyLaunchpad
217
218
219
-def test_guess_service2():
220
- assert guess_service2("gitlab.com") is MyGitlab
221
- assert guess_service2("issues.redhat.com") is MyJira
222
- assert guess_service2("progress.opensuse.org") is MyRedmine
223
- assert guess_service2("bugzilla.suse.com") is MyBugzilla
224
- assert guess_service2("src.opensuse.org") is MyGitea
225
- assert guess_service2("pagure.io") is MyPagure
0 commit comments