Skip to content

nschlimm/bashunit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bashunit

A tiny test framework for bash scripts.

Features

  • nice green and red colored output of succeeded and failed tests
  • deals with all kind of bash challenges (word splitting etc.)
  • can also deal with commands that do not return standard out by using check command for assertion
  • easy to use with only four required methods to test effectively: assertContains, assertNotContains, assertCheckContains, assertCheckNotContains
  • maximum power for your tests with minimum learning curve

Usage

see sample testdemo.sh script

About

Lightweight bash unit testing framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages