Skip to content

yorgabr/bunity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BUnity is a Bash Unit testing framework. It's a so simple framework for give some testing features for Bash scripting. Actually, it offers only three functions:

  • setup, which must be start the test script;
  • teardown, which must be invoked as the very last function of the testing script; and
  • assert_equals, to test equalities.

The script test_example.sh is an example of using it.

Enjoy!

About

Bash Unity testing framework.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages