summaryrefslogtreecommitdiff
path: root/tests/test_context.py
Commit message (Collapse)AuthorAgeFilesLines
* docs: note #1210 in the changelogNed Batchelder2021-10-061-1/+3
|
* Fix an incompatibility with pyarmorglacials2021-10-061-0/+6
|
* style: fix typos discovered by codespell (#1197)Christian Clauss2021-08-011-1/+1
| | | | | | | | | | | python3 -m pip install codespell codespell --ignore-words-list="ba,cant,datas,hart,linke,ned,nin,overthere,upto" --skip="*.js" * Fix typos discovered by codespell * datas * intgers ==> integers
* refactor: pyupgrade --py36-plus tests/**.pyNed Batchelder2021-05-021-3/+3
|
* refactor: remove code explicitly choosing between py2 and py3Ned Batchelder2021-05-011-15/+0
|
* refactor: convert all skipping to pytest skipsNed Batchelder2021-02-071-2/+3
|
* refactor: remove unittest.assertCountEqualNed Batchelder2021-02-061-10/+13
| | | | Another step toward removing unittest.TestCase.
* style: singleton comparisons should use isNed Batchelder2021-01-311-1/+1
| | | | | | I guess the original line was wrong, but it would have been nice for unittest2pytest to fix it for me: https://github.com/pytest-dev/unittest2pytest/issues/52
* refactor: unittest2pytest -w testsNed Batchelder2021-01-311-18/+16
| | | | One step of moving to pure pytest tests.
* Upgrade pylintNed Batchelder2019-10-181-2/+2
|
* Quiet pylintNed Batchelder2019-10-061-0/+3
|
* Setting query context has to be done with a separate method callNed Batchelder2019-10-021-24/+40
|
* Python tracer supports dynamic contexts. #846Ned Batchelder2019-09-151-21/+0
|
* I have to remember to run pylint before checking things in.Ned Batchelder2019-07-301-1/+1
|
* Don't be fooled by a class named test_something. Fixes #829Ned Batchelder2019-07-261-0/+5
|
* Remove the JSON data codeNed Batchelder2019-07-101-5/+0
|
* Update tests to use updated APIs.Stephan Richter2019-06-101-4/+9
|
* Support for full qnames for old-style classes.Stephan Richter2019-06-101-1/+1
|
* Make sure to report the full Python path for the test function. That way we ↵Stephan Richter2019-06-101-14/+20
| | | | can report on namespaces.
* Support for multiple, glob-based contexts in result queries.Stephan Richter2019-06-101-15/+15
|
* Use pylint 2.xNed Batchelder2019-05-131-1/+1
|
* Suppress pylint more efficientlyNed Batchelder2019-04-261-13/+12
|
* Old-style classes can report the test_function name. #797Ned Batchelder2019-04-261-0/+18
|
* Use pipe symbol to join static and dynamic contextsNed Batchelder2019-04-261-3/+3
|
* Check for skipping tests before super.setUpNed Batchelder2019-04-211-2/+2
|
* 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