Skip to content

ingydotnet/test-tap-bash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Name

Test::Tap - TAP Test Base for Bash

test-tap-bash

Synopsis

source test/tap.bash

Test::Tap:plan tests 1

pass 'Everything is OK!'

Description

This is a TAP testing base class for Bash. It has all the basic TAP functions, and works properly from a TAP harness, like the prove utility.

test-tap-bash is used as the base for test-more-bash, which is what you want if you are writing tests in bash.

See: https://github.com/ingydotnet/test-more-bash/

Functions

Test::Tap:init

Must be called first for every test file/process.

Test::Tap::plan

Used to set the plan.

TODO

  • Finish this doc.

Author

Written by Ingy döt Net <[email protected]>

Copyright & License

Copyright 2013-2020. Ingy döt Net.

The MIT License (MIT).

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published