summaryrefslogtreecommitdiff
path: root/devtools/test_json_validity.py
Commit message (Collapse)AuthorAgeFilesLines
* test_json_calidity.py: Fix for PEP8Gary E. Miller2018-06-201-1/+2
|
* Fixes devtools/*.py for Python 3.Fred Wright2016-04-101-2/+5
| | | | | | | | | | | | | This applies the 2to3 fixes as well as integer division fixes to the four programs in devtools. Most of these transformations are similar to ones used elsewhere, with the notable exception of the reraise_with_traceback() function in ais.py. TESTED: Ran identify_failing_build_options.py with both Python 2 and Python 3 up through length 1, with identical results. Did *not* test the other three programs. Someone more familiar with their usage should do that.
* Move a test utility where it belongs, and document it.Eric S. Raymond2015-03-311-0/+23