tests: cleanup structure

This commit is contained in:
2026-02-20 01:04:02 +01:00
parent 11e42f080e
commit 6adc62f9ec
14 changed files with 897 additions and 746 deletions
+1 -2
View File
@@ -42,8 +42,7 @@ test:
@echo "Testing with development file..."
-dropdb morbac_test 2>/dev/null || true
createdb morbac_test
psql -d morbac_test -f $(DEV_SQL)
psql -d morbac_test -f test_morbac.sql
@./tests/run_tests.sh morbac_test
dropdb morbac_test
@echo "Test completed."