Improves config loading and tests

This commit is contained in:
Florent Vilmart
2016-04-04 20:02:34 -04:00
parent 27dd2ebf5d
commit 8c92b80b8f
8 changed files with 155 additions and 39 deletions

View File

@@ -0,0 +1,16 @@
{
"apps": [
{
"arg1": "my_app",
"arg2": "99999",
"arg3": "hello",
"arg4": "/1"
},
{
"arg1": "my_app2",
"arg2": "9999",
"arg3": "hello",
"arg4": "/1"
}
]
}