The tests exercise the casting machinery in a more low-level manner. The reason is mostly to test a new implementation of the casting machinery.
Unlike most tests in NumPy, these are closer to unit-tests rather than integration tests.
Constant | CAST_TABLE |
Undocumented |
Variable | simple_dtypes |
Undocumented |
Class | Casting |
Undocumented |
Class | TestCasting |
No class docstring; 0/1 class variable, 3/18 methods documented |
Class | TestChanges |
These test cases exercise some behaviour changes |
Function | _get_cancast_table |
Undocumented |
Function | get_expected_stringlength |
Returns the string length when casting the basic dtypes to strings. |
Function | simple_dtype_instances |
Undocumented |