:py:mod:`n2j.tests.test_config_utils` ===================================== .. py:module:: n2j.tests.test_config_utils .. autoapi-nested-parse:: Tests for the n2j.config_utils utility functions Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: n2j.tests.test_config_utils.TestConfigUtils .. py:class:: TestConfigUtils(methodName='runTest') Bases: :py:obj:`unittest.TestCase` A suite of tests verifying config_utils utility functions .. py:method:: setUpClass() :classmethod: Set global defaults for tests .. py:method:: test_get_config_modular() Test retrieval of various data types from cfg .. py:method:: tearDownClass() :classmethod: Hook method for deconstructing the class fixture after running all tests in the class.