Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor: remove more unneeded backward.py shims | Ned Batchelder | 2021-05-01 | 1 | -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 uniformly | Ned Batchelder | 2021-03-11 | 1 | -3/+3 |
| | |||||
* | refactor: remove unittest.assertCountEqual | Ned Batchelder | 2021-02-06 | 1 | -3/+6 |
| | | | | Another step toward removing unittest.TestCase. | ||||
* | test: fix unittest2pytest brokenness | Ned Batchelder | 2021-01-31 | 1 | -9/+12 |
| | | | | | | | unittest2pytest created syntax errors, reported here: https://github.com/pytest-dev/unittest2pytest/issues/51 This commit fixes them back. | ||||
* | refactor: unittest2pytest -w tests | Ned Batchelder | 2021-01-31 | 1 | -13/+9 |
| | | | | One step of moving to pure pytest tests. | ||||
* | Update NOTICE link to GitHub. | Ned Batchelder | 2018-06-24 | 1 | -1/+1 |
| | |||||
* | Remove the old bytecode-based branch analyzer | Ned Batchelder | 2016-01-06 | 1 | -2/+1 |
| | | | | | --HG-- branch : ast-branch | ||||
* | Add license mention to the top of all files. #313. | Ned Batchelder | 2015-07-24 | 1 | -0/+3 |
| | |||||
* | Move test helpers into the coverage package so others can use them | Ned Batchelder | 2014-09-15 | 1 | -3/+1 |
| | | | | | --HG-- rename : tests/backunittest.py => coverage/backunittest.py | ||||
* | Avoid a bunch of deprecated functions. | Ned Batchelder | 2014-05-17 | 1 | -1/+1 |
| | |||||
* | More abstractions for bytes objects. Cleans up some version checks in the ↵ | Ned Batchelder | 2013-09-28 | 1 | -2/+8 |
| | | | | real code. | ||||
* | Make iteritems detection more like the rest of backward.py, and add a test ↵ | Ned Batchelder | 2013-09-28 | 1 | -0/+16 |
of it. |