refactor: renamed tests

This commit is contained in:
Rohit T P
2024-05-02 15:49:34 +00:00
parent dc8d6da4b9
commit 1bacb13caa
10 changed files with 8 additions and 20 deletions

View File

@@ -15,7 +15,7 @@ teardown() {
./setup.sh
}
@test "Check Redis, WatchTower and NocoDB are up" {
@test "Check installation with all default options" {
../expects/install/default.sh
cd "${NOCO_HOME}"

View File

@@ -15,7 +15,7 @@ teardown() {
./setup.sh
}
@test "Check Redis, WatchTower and NocoDB are up with custom ip" {
@test "Check installation with custom ip" {
../expects/install/ip.sh
cd "${NOCO_HOME}"

View File

@@ -16,11 +16,6 @@ teardown() {
}
@test "Check if two instances of NoCoDB can be run" {
# Mock nproc to return 4
nproc() {
echo 4
}
../expects/install/scale.sh
cd "${NOCO_HOME}"

View File

@@ -10,8 +10,3 @@ if [ -d "$NOCO_HOME" ]; then
fi
rm -rf "$NOCO_HOME"
clear()
{
echo "clear mocked"
}