A lot more tests

This commit is contained in:
Hein
2025-12-08 16:56:48 +02:00
parent aeae9d7e0c
commit c9eaf84125
28 changed files with 4036 additions and 444 deletions

View File

@@ -0,0 +1,7 @@
-- Create test databases for integration tests
CREATE DATABASE resolvespec_test;
CREATE DATABASE restheadspec_test;
-- Grant all privileges to postgres user
GRANT ALL PRIVILEGES ON DATABASE resolvespec_test TO postgres;
GRANT ALL PRIVILEGES ON DATABASE restheadspec_test TO postgres;