Skip to content
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

Setup unit testing with BATS #25

Open
tgharold opened this issue Aug 11, 2015 · 0 comments
Open

Setup unit testing with BATS #25

tgharold opened this issue Aug 11, 2015 · 0 comments
Milestone

Comments

@tgharold
Copy link
Owner

https://github.com/sstephenson/bats

Bats: Bash Automated Testing System
Bats is a TAP-compliant testing framework for Bash. It provides a simple way to verify that the UNIX programs you write behave as expected.

A Bats test file is a Bash script with special syntax for defining test cases. Under the hood, each test case is just a function with a description.

@tgharold tgharold modified the milestone: Next Aug 11, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant