n2j.tests.test_config_utils#

Tests for the n2j.config_utils utility functions

Module Contents#

Classes#

TestConfigUtils

A suite of tests verifying config_utils utility functions

class n2j.tests.test_config_utils.TestConfigUtils(methodName='runTest')[source]#

Bases: unittest.TestCase

A suite of tests verifying config_utils utility functions

classmethod setUpClass()[source]#

Set global defaults for tests

test_get_config_modular()[source]#

Test retrieval of various data types from cfg

classmethod tearDownClass()[source]#

Hook method for deconstructing the class fixture after running all tests in the class.