Skip to content

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

License

Notifications You must be signed in to change notification settings

t184256/beakerlib

 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 87.1%
  • Python 6.3%
  • Perl 3.3%
  • Makefile 1.7%
  • Other 1.6%