class documentation

class TestStringConverter:

View In Hierarchy

Test StringConverter
Method test​_creation Test creation of a StringConverter
Method test​_int64​_dtype Check that int64 integer types can be specified
Method test​_keep​_default Make sure we don't lose an explicit default
Method test​_keep​_default​_zero Check that we don't lose a default of 0
Method test​_keep​_missing​_values Check that we're not losing missing values
Method test​_missing Tests the use of missing values.
Method test​_string​_to​_object Make sure that string-to-object functions are properly recognized
Method test​_uint64​_dtype Check that uint64 integer types can be specified
Method test​_upgrade Tests the upgrade method.
Method test​_upgrademapper Tests updatemapper
def test_creation(self):
Test creation of a StringConverter
def test_int64_dtype(self):
Check that int64 integer types can be specified
def test_keep_default(self):
Make sure we don't lose an explicit default
def test_keep_default_zero(self):
Check that we don't lose a default of 0
def test_keep_missing_values(self):
Check that we're not losing missing values
def test_missing(self):
Tests the use of missing values.
def test_string_to_object(self):
Make sure that string-to-object functions are properly recognized
def test_uint64_dtype(self):
Check that uint64 integer types can be specified
def test_upgrade(self):
Tests the upgrade method.
def test_upgrademapper(self):
Tests updatemapper