boring_backup/README.md

24 lines
473 B
Markdown
Raw Normal View History

# Testing
2022-05-14 00:20:02 +03:00
Baf uses amazing test suite: https://bats-core.readthedocs.io/
Install Bats:
2022-05-14 00:20:02 +03:00
git clone https://github.com/bats-core/bats-core.git
bash bats-core/install.sh ~/.local
Add some Bats extensions:
2022-05-14 00:20:02 +03:00
git clone https://github.com/bats-core/bats-assert.git tests/helpers/bats-assert
git clone https://github.com/bats-core/bats-support.git tests/helpers/bats-support
Run tests:
2022-05-14 00:20:02 +03:00
make tests
# Building
2022-05-14 00:20:02 +03:00
Build docs (manpage and HTML):
2022-05-14 00:20:02 +03:00
make docs