test: convert single test file to test suite

This commit is contained in:
Sandro Eiler 2024-03-02 22:01:31 +01:00
parent b61f02c03f
commit da1a508616
5 changed files with 199 additions and 194 deletions

3
tests/api/main.rs Normal file
View file

@ -0,0 +1,3 @@
mod health_check;
mod helpers;
mod subscriptions;