summaryrefslogtreecommitdiff
path: root/tests/test_backward.py
Commit message (Collapse)AuthorAgeFilesLines
* refactor: remove more unneeded backward.py shimsNed Batchelder2021-05-011-24/+0
| | | | | | | | | | | | | | Gone are: - iitems - litems - iternext - to_bytes - to_string - binary_bytes - byte_to_int - bytes_to_ints - BUILTINS
* test: have pytest collect test classes uniformlyNed Batchelder2021-03-111-3/+3
|
* refactor: remove unittest.assertCountEqualNed Batchelder2021-02-061-3/+6
| | | | Another step toward removing unittest.TestCase.
* test: fix unittest2pytest brokennessNed Batchelder2021-01-311-9/+12
| | | | | | | unittest2pytest created syntax errors, reported here: https://github.com/pytest-dev/unittest2pytest/issues/51 This commit fixes them back.
* refactor: unittest2pytest -w testsNed Batchelder2021-01-311-13/+9
| | | | One step of moving to pure pytest tests.
* 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.