(self)
| 933 | assert extract_github_repo("https://github.com/org/repo.git") == "org/repo" |
| 934 | |
| 935 | def test_org_only(self): |
| 936 | assert extract_github_repo("https://github.com/org") is None |
| 937 | |
| 938 | |
| 939 | # --------------------------------------------------------------------------- |
nothing calls this directly
no test coverage detected