summaryrefslogtreecommitdiff
path: root/tests/test_context.py
Commit message (Collapse)AuthorAgeFilesLines
* Clean some lintNed Batchelder2018-10-171-3/+6
|
* Look up names so we don't care about casecoverage-5.0a3Ned Batchelder2018-10-061-6/+4
|
* Diagnose an appveyor problemNed Batchelder2018-10-061-0/+4
|
* More tests of qualname_from_frameNed Batchelder2018-09-301-0/+19
|
* LintNed Batchelder2018-09-281-3/+3
|
* Deal with properties in qualname_from_frameNed Batchelder2018-09-281-1/+14
|
* Get qualified names for method contextsNed Batchelder2018-09-281-0/+43
|
* Make static and dynamic contexts work togetherNed Batchelder2018-09-231-26/+45
|
* Dynamic contextsNed Batchelder2018-09-231-0/+61
|
* We're calling this static, not globalNed Batchelder2018-09-231-4/+4
|
* Make test check commutivity of .update()Ned Batchelder2018-09-211-37/+52
|
* Combining contexts worksNed Batchelder2018-09-211-0/+59
|
* measured_contexts() and two simple tests of the global contextNed Batchelder2018-09-211-0/+30