beakerlib / beakerlib

BeakerLib is a shell-level integration testing library, providing convenience functions which simplify writing, running and analysis of integration and blackbox tests.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BeakerLib is a shell-level integration testing library, providing convenience functions which simplify writing, running and analysis of integration and blackbox tests.

Installation

To install the library to the root directory, use:

$ make
$ make install

If you need to install to a different directory, use

$ make
$ make DD=/path/to/directory install

Running against non-installed tree (except for the in-tree testsuite) is not supported.

Links

Docs: https://beakerlib.readthedocs.io

About

BeakerLib is a shell-level integration testing library, providing convenience functions which simplify writing, running and analysis of integration and blackbox tests.

License:GNU General Public License v2.0


Languages

Language:Shell 88.3%Language:Python 5.7%Language:Perl 3.0%Language:Makefile 1.7%Language:Vim Script 0.9%Language:XSLT 0.5%