-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
author Dylan Pulver <[email protected]> 1719603852 -0400 committer Dylan Pulver <[email protected]> 1720552637 -0400 gpgsig -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQQVa+zaLSZxm3/LxmooEm7VNVc3KwUCZo2MvQAKCRAoEm7VNVc3 Kw3EAP0acAlkZ3XYxvP5P8H4rAx4XXhAOp1Sv7OnQu/nbuPhIgEAitluAgNBdtDU jrt9pNq7Y1I76KOuKS+8VRewmuYJUQI= =bYzZ -----END PGP SIGNATURE----- fix(debug): fix --debug flag and associated tests - Fix --debug flag functionality - Add tests using runner.invoke - Fix and modify fetch_database function - Ensure all tests pass with appropriate patchings Fix --debug flag remove duplicate block undo linting remove test_debug file modify fetch_database fix(cache): handle get_from_cache=None and ensure directory exists (#544) Signed-off-by: Dylan Pulver <[email protected]> chore: release 3.2.4 (#545) refactor: Jeff refactor suggestions Switch to use main() function refactor: adjust to cli() and cli_internal() refactor: fix click group to be on new cli() func fix: fix function order fix: fix function order fix: fix tests for debug flag changes remove uneeded files don't call dummy funcs fix(debug): fix --debug flag and associated tests - Fix --debug flag functionality - Add tests using runner.invoke - Fix and modify fetch_database function - Ensure all tests pass with appropriate patchings Fix --debug flag undo linting
- Loading branch information
1 parent
f15d790
commit a76bc42
Showing
10 changed files
with
230 additions
and
121 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
3.2.3 | ||
3.2.4 |
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
Oops, something went wrong.