aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_reader.py
Commit message (Collapse)AuthorAgeFilesLines
* Perhaps we don't need unittest2 after allMatěj Cepl2014-06-021-4/+2
| | | | Bump the release as well.
* Make the package compatible with python 2.70.9Matěj Cepl2012-04-171-1/+4
| | | | | | | There is actually unittest module now, so we have to work for the possibility that unittest2 is not available. Fixes #49.
* All tests succeeding!!!Matěj Cepl2012-03-081-27/+27
|
* Temporary commit to make files availableMatěj Cepl2012-02-271-1/+11
|
* Reorganization of writer interface.Matěj Cepl2012-02-271-3/+4
| | | | | | | | Also: * changed license to MIT/X11 * cleanup of some PyLint warnings (mostly missing docstrings) * make _YamlishLoader a little bit cleaner (don't copy whole SafeLoader __init__, just subclass it cleanly).
* Input/Read test succeed!Matěj Cepl2012-02-231-137/+75
|
* Syntactically correct Python code, albeit not working probably.Matěj Cepl2012-02-161-394/+399
|
* More tests and deleted yamlishwriter-php (there is really nothing there).Matěj Cepl2012-02-161-0/+417