Skip to content

dnwake/bashunit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

bashunit

Unit testing for BASH

All functionality is contained in the "bashunit" file.

Invoke it as follows:

bashunit [FILE1] [FILE2] ... All test files must end in "test" and must be of type "shell script" If no test file is specified, bashunit searches in the current directory tree In each test file, bashunit runs every function whose name begins with "test" Tests may use the built-in "fail" and assertion functions (see list at the end of thie file) If a function "before_test" is defined, this will be executed before every test function

About

Unit testing for BASH

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages