summaryrefslogtreecommitdiff
path: root/tests/test_appliance.py
Commit message (Expand)AuthorAgeFilesLines
* Share data files between Py2 and Py3 test suites.xi2008-12-291-149/+0
* Minor 2.3 and win32 compatibility fixes; clarify the 'feature not found' mess...xi2008-12-281-5/+9
* Refactored the test suite; updated include and library paths in setup.cfg.xi2008-12-281-352/+139
* Fixed test errors for LibYAML bindings; added a test on emitting nodes in all...xi2008-12-271-0/+3
* Prepare setup.py for release. Fix #7.xi2006-04-231-1/+1
* Fix !!python/name for Python 2.3. Clear the yaml module namespace.xi2006-04-211-0/+3
* Refactor resolver.xi2006-04-161-3/+3
* Major refactoring.xi2006-04-151-76/+110
* Emitter is done!!!xi2006-04-091-1/+1
* Add style information to events generated by Parser.xi2006-04-031-4/+4
* * Add the token STREAM-START.xi2006-03-191-1/+7
* Fix bugs in Resolver and add more tests.xi2006-02-201-0/+12
* Parser is done. Add iterator interfaces for Scanner and Parser.xi2006-02-191-140/+58
* Scanner is complete.xi2006-02-181-0/+2
* Working on the scanner.xi2006-02-171-3/+3
* Stream and Marker are cleaned up.xi2006-02-151-5/+11
* All tests passed! Scanner and Parser seem to be correct.xi2006-02-151-1/+1
* Scanner is mostly completed. Need to write alias, tag, and scalar scanners.xi2006-02-151-0/+346
* Working on the scanner.xi2006-02-121-0/+28