Sha256: 667bba45b17e0c88dafb46f14ee72e7c284afc0c31be3f9d2dac12310b981e77
Contents?: true
Size: 795 Bytes
Versions: 268
Compression:
Stored size: 795 Bytes
Contents
Test::Tap ========= TAP Test Base for Bash <badge travis ingydotnet/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 <ingy@ingy.net> = Copyright & License Copyright 2013-2016. Ingy döt Net. The MIT License (MIT).
Version data entries
268 entries across 268 versions & 4 rubygems