Implemented basic unit tests

This commit is contained in:
Cian Hughes
2023-11-02 18:21:21 +00:00
parent df07bc2bc4
commit e279c23745
19 changed files with 310 additions and 29 deletions
+5
View File
@@ -11,6 +11,7 @@ CLIENT_STDOUT = true
CLEANUP_IMAGES = true
CLI = false
DEBUG = false
TESTING = false
[local]
FUELIGNITION_URL = "http://localhost:3000/fuel-ignition/edit"
@@ -25,6 +26,10 @@ CLI = true
DEBUG = true
CLI = false
[test]
TESTING = true
CLEANUP_IMAGES = false
[default.snoop.install]
snoop = "ss"
out = "snoop.log"