Test Maxim Core Simple functionality for Tests integration.
class FalsyCache(MaximCache)
class TestMaximCacheHandling(unittest.TestCase)
def setUp()
def tearDown()
def test_enable_prompt_management_with_none_cache()
def test_enable_prompt_management_with_falsy_cache()
def test_enable_prompt_management_with_valid_cache()
def test_enable_prompt_management_starts_sync_thread()
def test_enable_exceptions_method_chaining()
class TestMaximInitialization(unittest.TestCase)
def test_maxim_requires_api_key()
def test_maxim_uses_env_api_key()
def test_maxim_singleton_pattern()
def test_maxim_default_cache_creation()
def test_cleanup_method_stops_running()
def test_cleanup_prevents_double_execution()
class TestGetConfigDict(unittest.TestCase)
def test_get_config_dict_with_config_object()
def test_get_config_dict_with_dict()
Was this page helpful?