mirror of
https://github.com/sstephenson/bats.git
synced 2025-12-08 01:13:31 +01:00
Repo found from this article: https://blog.engineyard.com/2014/bats-test-command-line-tools
parent
da711574a7
commit
db188ee137
|
|
@ -6,6 +6,14 @@ You may be able to find Bats pre-packaged for your operating system. If availabl
|
|||
* The ``bats`` command will typically be available without configuration of any kind.
|
||||
* Updates and bugfixes may be provided via the regular stream of package updates for your system.
|
||||
|
||||
## Ubuntu
|
||||
|
||||
```
|
||||
sudo add-apt-repository ppa:duggan/bats
|
||||
sudo apt-get update
|
||||
sudo apt-get install bats
|
||||
```
|
||||
|
||||
## openSUSE
|
||||
|
||||
Bats is available for openSUSE Tumbleweed (the rolling release), and will be available in the upcoming openSUSE Leap 42.1 release. To install it, run
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user