minhtrannhat 46ac102adc
feat(test): connecting to PostgreSQL
- rename the database name in the configuration.yaml
2024-05-03 17:10:39 -04:00
..
2024-04-22 17:00:55 -04:00
2024-05-03 15:43:34 -04:00

Tests

Notes

tokio spins up a new async runtime every time at the beginning of each test case and shutdown at the end of each test case the spawn_app() function therefore only survives as long as the runtime.