From 89999404431c191b6d4fadd43d26dff268e4ae5b Mon Sep 17 00:00:00 2001 From: ge Date: Sun, 9 Oct 2022 01:04:01 +0300 Subject: [PATCH] upd .gitignore and README --- .gitignore | 1 - README | 10 ++++------ 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index fd73820..b04da10 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ *.txt dist/ -tests/helpers/* src/backups/ src/clean NOTE.todo diff --git a/README b/README index a15584b..caf1807 100644 --- a/README +++ b/README @@ -10,19 +10,17 @@ INSTALLATION Uninstall: make prefix=$HOME/.local uninstall -DEVELOPMENT +TESTING - TESTING - - BB uses amazing test suite: https://bats-core.readthedocs.io/ + boring_backup uses amazing test suite: https://bats-core.readthedocs.io/ Install Bats: git clone https://github.com/bats-core/bats-core.git bash bats-core/install.sh ~/.local Add some Bats extensions: - 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 + git submodule add https://github.com/bats-core/bats-assert.git tests/helpers/bats-assert + git submodule add https://github.com/bats-core/bats-support.git tests/helpers/bats-support Run tests: make test