tests Package¶
test_conversion_operators Module¶
-
class
karld.tests.test_conversion_operators.TestConversion(methodName='runTest')[source]¶ Bases:
unittest.case.TestCase
test_loadump Module¶
test_run_together Module¶
test_unicode_io Module¶
-
class
karld.tests.test_unicode_io.TestCSVToUnicodeReader(methodName='runTest')[source]¶ Bases:
unittest.case.TestCaseEnsure unicode reader reads contents of a file iteratively and produces unicode sequences.
-
class
karld.tests.test_unicode_io.TestUnicodeCSVRowWriter(methodName='runTest')[source]¶ Bases:
unittest.case.TestCaseEnsure get_csv_row_writer returns a function that will write a row of data to a stream.