Restructure test suite - first step.

This commit is contained in:
LukeMathWalker 2021-02-14 12:12:07 +00:00
parent f01f826aca
commit e8ff7914c9
4 changed files with 3 additions and 0 deletions

0
tests/api/helpers.rs Normal file
View file

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

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

View file