kyu_8.remove_string_spaces package

Submodules

kyu_8.remove_string_spaces.remove_string_spaces module

kyu_8.remove_string_spaces.remove_string_spaces.no_space(x) → str[source]

Remove the spaces from the string, then return the resultant string. :param x: :return:

kyu_8.remove_string_spaces.test_remove_string_spaces module

class kyu_8.remove_string_spaces.test_remove_string_spaces.NoSpaceTestCase(methodName='runTest')[source]

Bases: unittest.case.TestCase

Testing no_space function

test_something()[source]

Test that no_space function removes the spaces from the string, then return the resultant string. :return:

Module contents