We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
backUp()
100% coverage of backUp() and any util code. Doesn't include CI/CD implementation (that's covered by #42).
100% unit test coverage of relevant CUT and any util code using shellspec.
shellspec
None.
bash_unit
shellName()
log()
output()
checkRequiredOpts()
I need to do #22 prior to doing this because that will likely change a lot. Although I could do them in parallel.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
100% coverage of
backUp()
and any util code. Doesn't include CI/CD implementation (that's covered by #42).High Level Solution Description
100% unit test coverage of relevant CUT and any util code using
shellspec
.Alternative Solution(s)
None.
Blocked By
bash_unit
toshellspec
#23Blocking
backUp()
Unit Tests #42Related Issue(s)
bash_unit
toshellspec
#23shellName()
and Any Util Code #32log()
and Any Util Code #36output()
and Any Util Code #38checkRequiredOpts()
and Any Util Code #40Additional Context
I need to do #22 prior to doing this because that will likely change a lot. Although I could do them in parallel.
The text was updated successfully, but these errors were encountered: