pyzenkit.tests.test_jsonconf module

Unit test module for testing the pyzenkit.jsonconf module.

class pyzenkit.tests.test_jsonconf.TestPyzenkitJsonconf(methodName='runTest')[source]

Bases: TestCase

Unit test class for testing the pyzenkit.jsonconf module.

setUp()[source]

Hook method for setting up the test fixture before exercising it.

tearDown()[source]

Hook method for deconstructing the test fixture after testing it.

test_01_json_save()[source]

Test the JSON saving.

test_02_json_load()[source]

Test the JSON loading.

test_03_config_validate()[source]

Test the JSON validations.

test_04_config_load()[source]

Test config file loading.

test_05_config_load_n()[source]

Test loading of multiple config files.

test_06_config_load_dir()[source]

Test loading of config files within configuration directory.