summaryrefslogtreecommitdiff
path: root/tests/test_structure.py
Commit message (Expand)AuthorAgeFilesLines
* Share data files between Py2 and Py3 test suites.xi2008-12-291-187/+0
* Refactored the test suite; updated include and library paths in setup.cfg.xi2008-12-281-225/+184
* Subclass all base classes from `object`.xi2006-08-031-0/+2
* Fix !!python/name for Python 2.3. Clear the yaml module namespace.xi2006-04-211-7/+15
* Major refactoring.xi2006-04-151-50/+47
* Add style information to events generated by Parser.xi2006-04-031-6/+6
* * Add the token STREAM-START.xi2006-03-191-1/+4
* Fix a few bugs.xi2006-02-241-7/+3
* Working on Constructor.xi2006-02-231-1/+43
* Fix bugs in Resolver and add more tests.xi2006-02-201-1/+45
* Implement Composer and BaseResolver.xi2006-02-201-1/+1
* Parser is done. Add iterator interfaces for Scanner and Parser.xi2006-02-191-57/+72
* Scanner is complete.xi2006-02-181-1/+39
* Some renaming.xi2006-02-161-2/+4
* All tests passed! Scanner and Parser seem to be correct.xi2006-02-151-0/+81