-
Notifications
You must be signed in to change notification settings - Fork 14
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
make untestable parts testable non-interactively #69
Labels
Comments
https://github.com/schochastics/rtoot/blob/6cb54be861889de817ba3dae56102b4c70a56f3a/R/auth.R#L32-L42 Spin off this non-interactive part and test this part. |
chainsawriot
added a commit
to chainsawriot/rtoot
that referenced
this issue
Nov 15, 2022
schochastics
added a commit
that referenced
this issue
Nov 15, 2022
use parameter `verbose`; spin off non-interactive parts in `auth_setup` #69
chainsawriot
changed the title
make
make untestable parts testable non-interactively
Nov 16, 2022
auth_setup
testable non-interactively
|
This was referenced Nov 17, 2022
Merged
This was referenced Nov 18, 2022
|
|
|
chainsawriot
added a commit
to chainsawriot/rtoot
that referenced
this issue
Dec 22, 2022
* Testable + unit tests * Reduce cyclomatic complexity * Using semantic variable name (`api_response` vs `tmp`)
schochastics
added a commit
that referenced
this issue
Dec 22, 2022
refactor rate limit checking code in `process_request`, ref #69
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
auth_setup
's state of being completely untested scares me.The text was updated successfully, but these errors were encountered: