-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(debug): fix --debug flag and associated tests #546
Conversation
dylanpulver
commented
Jul 4, 2024
- Fix --debug flag functionality
- Add tests using runner.invoke
- Fix and modify fetch_database function
- Ensure all tests pass with appropriate patchings
7bebee7
to
0df74b1
Compare
tests/test_cli.py
Outdated
pass | ||
|
||
dummy_function() # Call the decorated function |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think lines 545 and 565 should be deleted, because it's not actually necessary to call the function in order to trigger the behavior. in fact, it's important that the behavior gets triggered before the function is called.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds good, fixed now!
88c36f9
to
a76bc42
Compare
author Dylan Pulver <[email protected]> 1719603852 -0400 committer Dylan Pulver <[email protected]> 1720552637 -0400
a76bc42
to
e3c5abc
Compare
This PR got messed up in rebasing, moved to #552 |