aboutsummaryrefslogtreecommitdiffstats
path: root/test_strings.py
Commit message (Collapse)AuthorAgeFilesLines
* Plenty of setup.py work.1.2.7Matěj Cepl2012-01-181-231/+0
| | | | | | | | | * Yet another (hopefully the last) fix of the development website. We are on fedorahosted.org now. * Move tests to test/ module * Clean up setup.py (when using defaults, install doesn’t install tests, which I like) * Add new setup.py command test to run the test suite.
* Switch the project’s website and clean up UTF-8 metadata.Matěj Cepl2012-01-111-1/+1
|
* Make scripts pylint and PEP8 compliant.1.1.0Matěj Cepl2011-11-291-2/+2
| | | | New version 1.1.0.
* Add option -a to ignore appended keys (for comparing changing piglit tests).Matěj Cepl2011-11-291-0/+19
| | | | Fix #35
* Python 2.4 compatible0.9.2Matěj Cepl2011-11-211-28/+27
|
* Add tons of elementary tests.Matěj Cepl2011-11-191-0/+213
Tests now should cover all basics of JSON format. Also added a method _run_test_strings for simple tests. Created a parent class OurTestCase containing the above helper methods. Moved static strings to special module.