minhtrannhat 9336235b64
feat(test): log for integration tests
- log for test are configurable to either be spit into the void (cargo
test default) or into `stdout`.
2024-05-07 21:36:16 -04:00
..
2024-04-22 17:00:55 -04:00
2024-05-06 00:49:17 -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.