added main-controller tests

This commit is contained in:
Lucas Jensen
2024-05-03 21:17:04 -07:00
parent a7f7b0bd48
commit f5f507b20a
11 changed files with 240 additions and 27 deletions

View File

@@ -0,0 +1,3 @@
from app.controllers.controller import MainController
controller = MainController()