An open API service indexing awesome lists of open source software.

https://github.com/joergboe/runbtf

A bash based unit test framework
https://github.com/joergboe/runbtf

bash test unittest

Last synced: 5 months ago
JSON representation

A bash based unit test framework

Awesome Lists containing this project

README

          

# testframework

The test script is a framework for the control of test case execution.

To learn more start with execution of help and man:

./bin/runbtf --help

and

./bin/runbtf --man

In directory samples you can see the Test Collection ANewTest, which is a sample for a basic Test Collection

# Installation

The release package is a self extracting script. Execute it and follow the instructions. You can install the tool into
an arbitrary palace.
If you want to install the tool into a system directory execute the installation script as root.
It is recommended qto enter the location of the test framework into your PATH like:

export PATH="/bin:$PATH"

Whats new:
----------
Version 0.0.0
- initial release