tests.transform module

Tests for the data_helper.transform module

class tests.transform.CamelcaseToUnderscoreTestCase(methodName='runTest')[source]

Bases: tests.BaseTest.BaseTest

transform.camelcase_to_underscore() test cases

test_camelcase()[source]

Test if a CamelCase string is transformed

test_unaffected()[source]

Test is a string with no whitespace is returned unaltered

test_whitespace()[source]

Test if a string with whitespace is rejected