mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-26 13:45:21 +00:00
refactor: renamed tests
This commit is contained in:
@@ -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}"
|
||||
|
||||
@@ -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}"
|
||||
|
||||
@@ -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}"
|
||||
|
||||
@@ -10,8 +10,3 @@ if [ -d "$NOCO_HOME" ]; then
|
||||
fi
|
||||
|
||||
rm -rf "$NOCO_HOME"
|
||||
|
||||
clear()
|
||||
{
|
||||
echo "clear mocked"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user