summaryrefslogtreecommitdiff
path: root/coverage/context.py
Commit message (Expand)AuthorAgeFilesLines
* mypy: add __init__.py, __main__.py, bytecode.py, context.py, exceptions.py, r...Ned Batchelder2022-12-311-7/+12
* refactor: remove qualname code that was only for Python 2Ned Batchelder2021-10-111-31/+5
* Fix an incompatibility with pyarmorglacials2021-10-061-1/+1
* test: update pylintNed Batchelder2021-09-291-1/+1
* Don't be fooled by a class named test_something. Fixes #829Ned Batchelder2019-07-261-1/+3
* SimplifyNed Batchelder2019-07-261-10/+3
* Support for full qnames for old-style classes.Stephan Richter2019-06-101-1/+15
* Handle TestCase classes with just one test, too.Albertas Agejevas2019-06-101-1/+2
* Make sure to report the full Python path for the test function. That way we c...Stephan Richter2019-06-101-7/+11
* Old-style classes can report the test_function name. #797Ned Batchelder2019-04-261-1/+1
* This method should be a function in context.pyNed Batchelder2019-04-211-0/+31
* SimplifyNed Batchelder2018-09-281-6/+2
* Deal with properties in qualname_from_frameNed Batchelder2018-09-281-1/+4
* Get qualified names for method contextsNed Batchelder2018-09-281-1/+37
* Move the context determiner to its own fileNed Batchelder2018-09-281-0/+11