summaryrefslogtreecommitdiff
path: root/tests/test_backward.py
Commit message (Collapse)AuthorAgeFilesLines
* Update NOTICE link to GitHub.Ned Batchelder2018-06-241-1/+1
|
* Remove the old bytecode-based branch analyzerNed Batchelder2016-01-061-2/+1
| | | | | --HG-- branch : ast-branch
* Add license mention to the top of all files. #313.Ned Batchelder2015-07-241-0/+3
|
* Move test helpers into the coverage package so others can use themNed Batchelder2014-09-151-3/+1
| | | | | --HG-- rename : tests/backunittest.py => coverage/backunittest.py
* Avoid a bunch of deprecated functions.Ned Batchelder2014-05-171-1/+1
|
* More abstractions for bytes objects. Cleans up some version checks in the ↵Ned Batchelder2013-09-281-2/+8
| | | | real code.
* Make iteritems detection more like the rest of backward.py, and add a test ↵Ned Batchelder2013-09-281-0/+16
of it.