-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixup(FindSources): switch to new approach
* replace all calls to get_matching_tag to get_matching_source_url (3 occurances) * rewrote get_github_info() and check_for_github_error() to raise a NotImplementedError. This will help consumers of these methods notify the change in capycli. In capycli, these methods are not used outside of FindSources. * refactored the unittest test_find_golang_url_github for historical reasons: Due to a bug in the unittest it was the first test to break when I integrated the new approach. Through this the test became my workhorse for integrating the new approach.
- Loading branch information
Showing
2 changed files
with
68 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters