summaryrefslogtreecommitdiff
path: root/tests/utils.py
Commit message (Collapse)AuthorAgeFilesLines
* Replace tests/utils with conftest.pyVictor Uriarte2016-06-201-15/+0
| | | | http://stackoverflow.com/questions/34466027/what-is-the-use-of-conftest-py
* Replace other UnitTest with Py.TestVictor Uriarte2016-06-201-26/+0
|
* Refactor raw conversion on split_unquoted_newlinesVictor Uriarte2016-06-121-3/+3
|
* Refactor tests\utils.pyVictor Uriarte2016-06-041-16/+11
| | | | | `io.open(...)` is preferred method over `codecs.open(...)` removed unused or single use variables
* Another small type in the documentationDag Wieers2016-05-261-1/+1
|
* Use compat module for single Python 2/3 code base.Andi Albrecht2015-10-261-5/+5
| | | | This change includes minor fixes and code cleanup too.
* Fix SerializerUnicode to split unquoted newlinesMichael Schuller2014-03-101-1/+8
| | | | | | | This provides a fix to issue #131. The `split_unquoted_newlines()` function added to the utils module handles the splitting of the string by performing a simple iteration of the string passed in and splitting on unquoted CR, LF, or CR+LFs as they are found.
* Minor fixes to make the py3k version work again.Andi Albrecht2011-07-291-1/+2
|
* Fix a Py3K regression.Andi Albrecht2010-12-091-1/+1
|
* Initial import.Andi Albrecht2009-04-031-0/+38