summaryrefslogtreecommitdiff
path: root/coverage/context.py
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Stephan Richter2019-06-101-7/+11
| | | | can report on namespaces.
* 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