aboutsummaryrefslogtreecommitdiffstats
path: root/json_diff.py
Commit message (Collapse)AuthorAgeFilesLines
* Set exit status of json_diff command.1.2.0Matěj Cepl2011-11-301-6/+11
| | | | | 0 means no difference 1 there is a difference.
* Make json_diff actually work correctly with non-mandatory options.Matěj Cepl2011-11-301-18/+16
|
* Make scripts pylint and PEP8 compliant.1.1.0Matěj Cepl2011-11-291-27/+45
| | | | New version 1.1.0.
* Add option -a to ignore appended keys (for comparing changing piglit tests).Matěj Cepl2011-11-291-15/+37
| | | | Fix #35
* Fix formatted output to stdout (or file).Matěj Cepl2011-11-231-7/+8
|
* Python 2.4 compatible0.9.2Matěj Cepl2011-11-211-26/+24
|
* Two small nits in __main__ part.0.9.1Matěj Cepl2011-11-211-3/+3
|
* Bump the version to 0.9.0 ... closing down.0.9.0Matěj Cepl2011-11-211-1/+1
|
* Don't use strings, when you can use lists (for output collection)Matěj Cepl2011-11-211-7/+9
| | | | Maybe a bit of premature optimization, but hopefully it won't hurt.
* Refactoring to use smaller functions.Matěj Cepl2011-11-211-60/+57
| | | | 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-17/+30
| | | | | 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-27/+24
| | | | | | | 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-58/+75
|
* Back to the green, still struggling with arrays.Matěj Cepl2011-11-161-55/+71
|
* Back to green bar. Just tiny change before doing serious work.Matěj Cepl2011-11-161-7/+4
|
* Switch back to optparse ... no need to have an additional dependency.Matěj Cepl2011-11-161-16/+22
|
* Making the script slightly more future-proof.Matěj Cepl2011-11-011-17/+16
| | | | | use from __future__ import division, absolute_import use argparse instead of optparse
* HTML formatted output possible.Matěj Cepl2011-10-281-43/+173
|
* First working (w/unit tests) version.Matěj Cepl2011-10-241-0/+154
Includes also tests for results of piglit run.