You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Need tests to trust PR:s
Simplify passing arguments around with globals
The script is responsible for pre-pending environment variable, do it in-app instead so it's testable
Describe the solution you'd like
Use lazy_static for globals
Use tests that calls the binary and validates the output
Describe alternatives you've considered
Not testing and implementing bugs
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Need tests to trust PR:s
Simplify passing arguments around with globals
The script is responsible for pre-pending environment variable, do it in-app instead so it's testable
Describe the solution you'd like
Use lazy_static for globals
Use tests that calls the binary and validates the output
Describe alternatives you've considered
Not testing and implementing bugs
The text was updated successfully, but these errors were encountered: