Add tests for two ways the ConfigFileManager read method may fail
commit955af2e3e8fdb103ef1d85d8c586d59e35211ca8
authorSean Robinson <robinson@tuxfamily.org>
Tue, 29 Apr 2014 00:11:49 +0000 (28 17:11 -0700)
committerSean Robinson <robinson@tuxfamily.org>
Fri, 13 Jun 2014 13:16:53 +0000 (13 06:16 -0700)
treed10ecd102f3a450ebb4e874e124452041c7ea173
parentb4aa782e7fd01953d1a20c543ea1382aa3a838a0
Add tests for two ways the ConfigFileManager read method may fail

These failure modes are import for further work in the application
start-up code, so let's make sure things work (or not, in this case)
as expected.

Signed-off-by: Sean Robinson <robinson@tuxfamily.org>
test/unit/config.py