automatminer.utils.tests package¶
Submodules¶
automatminer.utils.tests.test_log module¶
Test logging related utils.
automatminer.utils.tests.test_ml module¶
Tests for machine learning related utils.
automatminer.utils.tests.test_pkg module¶
Assorted package utils.
-
class
automatminer.utils.tests.test_pkg.
MyTransformer
¶ Bases:
automatminer.base.DFTransformer
-
fit
(**kwargs)¶
-
transform
(**kwargs)¶
-
-
class
automatminer.utils.tests.test_pkg.
TestPackageTools
(methodName='runTest')¶ Bases:
unittest.case.TestCase
-
setUp
()¶ Hook method for setting up the test fixture before exercising it.
- Return type
None
-
tearDown
()¶ Hook method for deconstructing the test fixture after testing it.
- Return type
None
-
test_compare_columns
()¶
-
test_fitting_decorations
()¶
-
test_get_version
()¶
-
test_save_dict_to_file
()¶
-