test.unit.utils package
Submodules
test.unit.utils.test_convert_to_array module
- class test.unit.utils.test_convert_to_array.Test_convert_to_array(methodName='runTest')
Bases:
TestCase
Test array type handling.
- test_bad_type_cast()
Raise error when casting arrays that do not contain supported types.
- test_convertable_input()
Raise warning when casting.
- test_panda_handla()
Splitting Dataframes and series should return them as such.
- test_unconvertable_input()
Raise error when casting fails.