Skip to content
/ dashtap Public

Simple testing framework for the Dash shell which uses the Test Anything Protocol (TAP)

License

Notifications You must be signed in to change notification settings

zrajm/dashtap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dashtap.sh

Dashtap is a test frame work which uses TAP (Test Anything Protocol) format, allowing you run and process the test result with any compatible set of tools (such as the prove command that comes with Perl).

Dashtap is written using the Dash shell, which chosen for its small file size and fast execution time, something that really matters when you're invoking it multiple times like in a test suite.

Tests

There's a set of tests for Dashtap, which can be found in the test directory t/. To run these tests, use:

prove

Additional Notes

Dashtap uses semantic versioning (also known as SemVer).

About

Simple testing framework for the Dash shell which uses the Test Anything Protocol (TAP)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages