refactor(tests): write tests with stdlib instead of goconvey

This commit is contained in:
Bruno Carlin 2024-02-29 01:09:55 +01:00 committed by Bruno Carlin
parent 75918ffdb7
commit 080af9a413
Signed by: bcarlin
GPG key ID: 8E254EA0FFEB9B6D
5 changed files with 299 additions and 320 deletions

1
test_data/invalid.json Normal file
View file

@ -0,0 +1 @@
String: not json

1
test_data/valid.json Normal file
View file

@ -0,0 +1 @@
{"String": "config string", "Int": 42}