summaryrefslogtreecommitdiff
path: root/coverage/context.py
Commit message (Expand)AuthorAgeFilesLines
* 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