aboutsummaryrefslogtreecommitdiffstats
path: root/test_json_diff.py
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring to use smaller functions.Matěj Cepl2011-11-211-4/+4
| | | | Could be eventually good for profiling etc. (and better testing?)
* Option -i which allows only enumerated attributes to be considered.Matěj Cepl2011-11-201-22/+8
| | | | | All tests pass (including the large piglit one, except I keep it commented out, it takes over 4.5 minutes to finish).
* Add tons of elementary tests.Matěj Cepl2011-11-191-205/+73
| | | | | | | 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.
* At least some tests work.Matěj Cepl2011-11-191-44/+114
|
* Back to the green, still struggling with arrays.Matěj Cepl2011-11-161-10/+61
|
* Making the script slightly more future-proof.Matěj Cepl2011-11-011-1/+2
| | | | | use from __future__ import division, absolute_import use argparse instead of optparse
* HTML formatted output possible.Matěj Cepl2011-10-281-18/+44
|
* First working (w/unit tests) version.Matěj Cepl2011-10-241-0/+122
Includes also tests for results of piglit run.