Installation¶
Dependencies¶
Batspp process and runs shell style tests into bats-core tests
you can install bats-core globally using npm:
$ npm install -g bats
You can found more help on the bats-core documentation
Using PIP¶
To install Batspp you can use PIP:
$ pip install batspp
From source¶
Also you can install locally Batspp from source with:
$ git clone https://github.com/LimaBD/batspp
$ cd ./batspp
$ pip install .