aboutsummaryrefslogtreecommitdiffstats
path: root/test/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix testsuite under py3kMatěj Cepl2015-01-131-5/+13
| | | | | We don't support python 3.1, and 3.2 ... if anybody provides patches, I will accept them, but otherwise I cannot make myself to care.
* Add optional parameter to yamlish.load ignore_wrong_characters0.15Matěj Cepl2015-01-121-8/+11
| | | | | | | When set to True, then yamlish doesn't crash on bad UTF8 characters but rather skips them. Fixes #2
* Perhaps we don't need unittest2 after allMatěj Cepl2014-06-021-10/+7
| | | | Bump the release as well.
* Just changing git repository of the package.0.10Matěj Cepl2013-08-221-1/+1
|
* 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.
* Don't leak tempfiles (and setup.py test should actually do something).0.3Matěj Cepl2012-03-081-1/+1
|
* Initial version uploaded to the Cheeseshop.0.2Matěj Cepl2012-03-081-9/+1
|
* All tests succeeding!!!Matěj Cepl2012-03-081-6/+49
|
* Temporary commit to make files availableMatěj Cepl2012-02-271-12/+1
|
* Reorganization of writer interface.Matěj Cepl2012-02-271-15/+22
| | | | | | | | 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-20/+61
|
* More tests and deleted yamlishwriter-php (there is really nothing there).Matěj Cepl2012-02-161-0/+20