-
Notifications
You must be signed in to change notification settings - Fork 241
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Manually handle
sys.argv
to allow proper delegation to `binsta…
…r_main` (#721) * Fix bug: Manually handle sys.argv to allow proper handling of all CLI options and args * Use pytest-mock to spy calls to binstar_main and ensure arguments are processed correctly * Add test to ensure top-level CLI options are passed through to binstar_main. * Fix whitespace linting errors * Satisfy pycodestyle, pylint, and mypy
- Loading branch information
Showing
3 changed files
with
75 additions
and
24 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
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