Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't be fooled by a class named test_something. Fixes #829 | Ned Batchelder | 2019-07-26 | 1 | -1/+3 |
| | |||||
* | Simplify | Ned Batchelder | 2019-07-26 | 1 | -10/+3 |
| | |||||
* | Support for full qnames for old-style classes. | Stephan Richter | 2019-06-10 | 1 | -1/+15 |
| | |||||
* | Handle TestCase classes with just one test, too. | Albertas Agejevas | 2019-06-10 | 1 | -1/+2 |
| | |||||
* | Make sure to report the full Python path for the test function. That way we ↵ | Stephan Richter | 2019-06-10 | 1 | -7/+11 |
| | | | | can report on namespaces. | ||||
* | Old-style classes can report the test_function name. #797 | Ned Batchelder | 2019-04-26 | 1 | -1/+1 |
| | |||||
* | This method should be a function in context.py | Ned Batchelder | 2019-04-21 | 1 | -0/+31 |
| | |||||
* | Simplify | Ned Batchelder | 2018-09-28 | 1 | -6/+2 |
| | |||||
* | Deal with properties in qualname_from_frame | Ned Batchelder | 2018-09-28 | 1 | -1/+4 |
| | |||||
* | Get qualified names for method contexts | Ned Batchelder | 2018-09-28 | 1 | -1/+37 |
| | |||||
* | Move the context determiner to its own file | Ned Batchelder | 2018-09-28 | 1 | -0/+11 |