Tests: check application configuration loading.

This commit is contained in:
Andrey Zelenkov
2019-04-26 17:35:26 +03:00
parent 6a6bc63c48
commit 644e6df687
8 changed files with 12 additions and 7 deletions

View File

@@ -24,3 +24,8 @@ class TestApplicationProto(TestControl):
time.sleep(0.1)
return found
def _load_conf(self, conf):
self.assertIn(
'success', self.conf(conf), 'load application configuration'
)