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
Provide confidence of product quality.
@ReedClanton
None.
Create unit testing standards, document them, create tests that follow them, then run those tests via CI/CD.
Moving from bash_unit unit testing library to shellspec.
bash_unit
shellspec
createHeaderFooter
shellName()
log()
output()
backUp()
checkRequiredOpts()
verifyInputProvided()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Rationale
Provide confidence of product quality.
Owner
@ReedClanton
Stakeholder Point of Contact
@ReedClanton
Dependencies
None.
Description
Create unit testing standards, document them, create tests that follow them, then run those tests via CI/CD.
Context
Moving from
bash_unit
unit testing library toshellspec
.Issues
createHeaderFooter
#13bash_unit
toshellspec
#23shellspec
Unit Tests Running on GitHub Runner #24shellName()
and Any Util Code #32shellName()
Unit Tests #33log()
and Any Util Code #36log()
Unit Tests #37output()
and Any Util Code #38backUp()
and Any Util Code #39checkRequiredOpts()
and Any Util Code #40backUp()
Unit Tests #42checkRequiredOpts()
(verifyInputProvided()
) Unit Tests #43Acceptance criteria
shellspec
to calculate code coverage doesn't work very well, so some files may say that coverage is less than 100%.The text was updated successfully, but these errors were encountered: