Testing
Integration tests
- Run
scripts/test.shto run all tests using_sqlx_testdatabases and store test infos inlaguna_dev_dbin_sqlx_testschema rather thanpublicused for local development.
To delete zombie test databases if tests failed use scripts/dbdroptest.sh _sqlx_test.
namig
On WSL or Mingw64 you likely don't have a tty terminal. For that you can use scripts/dbdroptest_fixtty.sh scripts/dbdroptest.sh _sqlx_test.
opomba
You probably don't want to delete test databases, because they are useful for debugging/inspection.