summaryrefslogtreecommitdiff
path: root/scripts/list-overlaps
Commit message (Collapse)AuthorAgeFilesLines
* python scripts: pep8ize codebaseRichard Maw2012-08-011-3/+4
| | | | | | | | | This was done with the aid of the pep8 script, available by running `easy_install pep8`. It may be worth making this part of ./check, but that will require putting pep8 into the development tools stratum. This should be easy, given pep8 has no external dependencies.
* fix tabs and line widths so ./check passesRichard Maw2012-06-141-5/+5
|
* tests: verify overlaps are written to the cacheRichard Maw2012-06-141-0/+44
This adds a new script called list-overlaps, which when given a json dump of the overlap can be used to query what is overlapping The tests use this script to check that the overlaps are detected