Closed marcoow closed 1 year ago
We're currently creating a large number of test databases – the __test_template__ as well as one database for each test. Those should be cleaned up after running the tests completes (with whatever result).
__test_template__
It seems we'll need to go with a custom test macro like the one actix is using: https://github.com/actix/actix-web/blob/master/actix-web-codegen/src/lib.rs#L233
We're currently creating a large number of test databases – the
__test_template__
as well as one database for each test. Those should be cleaned up after running the tests completes (with whatever result).It seems we'll need to go with a custom test macro like the one actix is using: https://github.com/actix/actix-web/blob/master/actix-web-codegen/src/lib.rs#L233