tests: use bats for integration tests

Converted the CLI tests to using bats to get started

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
Andrea Luzzardi
2021-04-14 14:47:46 -07:00
parent 3bc91530e0
commit e7458e9ca2
9 changed files with 195 additions and 218 deletions

11
tests/package.json Normal file
View File

@@ -0,0 +1,11 @@
{
"license": "Apache-2.0",
"scripts": {
"test": "bats ."
},
"devDependencies": {
"bats": "https://github.com/bats-core/bats-core.git",
"bats-assert": "https://github.com/bats-core/bats-assert",
"bats-support": "https://github.com/bats-core/bats-support"
}
}