Check that the test database is being used in all the tests
This commit is contained in:
parent
b337c5fcb2
commit
ffdde6ba36
11 changed files with 22 additions and 0 deletions
|
|
@ -48,6 +48,8 @@
|
|||
(with-postgresql-connection
|
||||
"test-model-package-metadata"
|
||||
(lambda (conn)
|
||||
(check-test-database! conn)
|
||||
|
||||
(test-assert "inferior-packages->package-metadata-ids"
|
||||
(with-postgresql-transaction
|
||||
conn
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue