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
shellName()
100% coverage of shellName() and any util code. Doesn't include CI/CD implementation (that's covered by #33).
100% unit test coverage of relevant CUT and any util code using shellspec.
shellspec
None
bash_unit
log()
output()
backUp()
checkRequiredOpts()
Unit tests should be relatively simple due to the simplicity of shellName().
The text was updated successfully, but these errors were encountered:
ReedClanton
When branches are created from issues, their pull requests are automatically linked.
Description
100% coverage of
shellName()
and any util code. Doesn't include CI/CD implementation (that's covered by #33).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
shellName()
Unit Tests #33Related Issue(s)
bash_unit
toshellspec
#23shellName()
Unit Tests #33log()
and Any Util Code #36output()
and Any Util Code #38backUp()
and Any Util Code #39checkRequiredOpts()
and Any Util Code #40Additional Context
Unit tests should be relatively simple due to the simplicity of
shellName()
.The text was updated successfully, but these errors were encountered: