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
- Host: GitHub
- URL: https://github.com/joergboe/runbtf
- Owner: joergboe
- License: apache-2.0
- Created: 2021-12-10T15:56:48.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-18T20:15:30.000Z (over 1 year ago)
- Last Synced: 2025-07-02T20:43:48.668Z (12 months ago)
- Topics: bash, test, unittest
- Language: Shell
- Homepage: https://joergboe.github.io/runbtf/
- Size: 185 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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