simpleml.tests.unit.test_persistables module

Persistable related tests

class simpleml.tests.unit.test_persistables.PersistableTests(methodName='runTest')[source]

Bases: unittest.case.TestCase

test_abstract_hash_error()[source]

Confirm an error is raised if initialized without defining the hash

test_class_loading()[source]
test_lazy_loading()[source]

Test that dependecy loads only when called

test_loading_with_externals()[source]
test_loading_without_externals()[source]
test_same_class_loads()[source]