Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docs: note #1210 in the changelog | Ned Batchelder | 2021-10-06 | 1 | -1/+3 |
| | |||||
* | Fix an incompatibility with pyarmor | glacials | 2021-10-06 | 1 | -0/+6 |
| | |||||
* | style: fix typos discovered by codespell (#1197) | Christian Clauss | 2021-08-01 | 1 | -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/**.py | Ned Batchelder | 2021-05-02 | 1 | -3/+3 |
| | |||||
* | refactor: remove code explicitly choosing between py2 and py3 | Ned Batchelder | 2021-05-01 | 1 | -15/+0 |
| | |||||
* | refactor: convert all skipping to pytest skips | Ned Batchelder | 2021-02-07 | 1 | -2/+3 |
| | |||||
* | refactor: remove unittest.assertCountEqual | Ned Batchelder | 2021-02-06 | 1 | -10/+13 |
| | | | | Another step toward removing unittest.TestCase. | ||||
* | style: singleton comparisons should use is | Ned Batchelder | 2021-01-31 | 1 | -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 tests | Ned Batchelder | 2021-01-31 | 1 | -18/+16 |
| | | | | One step of moving to pure pytest tests. | ||||
* | Upgrade pylint | Ned Batchelder | 2019-10-18 | 1 | -2/+2 |
| | |||||
* | Quiet pylint | Ned Batchelder | 2019-10-06 | 1 | -0/+3 |
| | |||||
* | Setting query context has to be done with a separate method call | Ned Batchelder | 2019-10-02 | 1 | -24/+40 |
| | |||||
* | Python tracer supports dynamic contexts. #846 | Ned Batchelder | 2019-09-15 | 1 | -21/+0 |
| | |||||
* | I have to remember to run pylint before checking things in. | Ned Batchelder | 2019-07-30 | 1 | -1/+1 |
| | |||||
* | Don't be fooled by a class named test_something. Fixes #829 | Ned Batchelder | 2019-07-26 | 1 | -0/+5 |
| | |||||
* | Remove the JSON data code | Ned Batchelder | 2019-07-10 | 1 | -5/+0 |
| | |||||
* | Update tests to use updated APIs. | Stephan Richter | 2019-06-10 | 1 | -4/+9 |
| | |||||
* | Support for full qnames for old-style classes. | Stephan Richter | 2019-06-10 | 1 | -1/+1 |
| | |||||
* | Make sure to report the full Python path for the test function. That way we ↵ | Stephan Richter | 2019-06-10 | 1 | -14/+20 |
| | | | | can report on namespaces. | ||||
* | Support for multiple, glob-based contexts in result queries. | Stephan Richter | 2019-06-10 | 1 | -15/+15 |
| | |||||
* | Use pylint 2.x | Ned Batchelder | 2019-05-13 | 1 | -1/+1 |
| | |||||
* | Suppress pylint more efficiently | Ned Batchelder | 2019-04-26 | 1 | -13/+12 |
| | |||||
* | Old-style classes can report the test_function name. #797 | Ned Batchelder | 2019-04-26 | 1 | -0/+18 |
| | |||||
* | Use pipe symbol to join static and dynamic contexts | Ned Batchelder | 2019-04-26 | 1 | -3/+3 |
| | |||||
* | Check for skipping tests before super.setUp | Ned Batchelder | 2019-04-21 | 1 | -2/+2 |
| | |||||
* | Clean some lint | Ned Batchelder | 2018-10-17 | 1 | -3/+6 |
| | |||||
* | Look up names so we don't care about casecoverage-5.0a3 | Ned Batchelder | 2018-10-06 | 1 | -6/+4 |
| | |||||
* | Diagnose an appveyor problem | Ned Batchelder | 2018-10-06 | 1 | -0/+4 |
| | |||||
* | More tests of qualname_from_frame | Ned Batchelder | 2018-09-30 | 1 | -0/+19 |
| | |||||
* | Lint | Ned Batchelder | 2018-09-28 | 1 | -3/+3 |
| | |||||
* | Deal with properties in qualname_from_frame | Ned Batchelder | 2018-09-28 | 1 | -1/+14 |
| | |||||
* | Get qualified names for method contexts | Ned Batchelder | 2018-09-28 | 1 | -0/+43 |
| | |||||
* | Make static and dynamic contexts work together | Ned Batchelder | 2018-09-23 | 1 | -26/+45 |
| | |||||
* | Dynamic contexts | Ned Batchelder | 2018-09-23 | 1 | -0/+61 |
| | |||||
* | We're calling this static, not global | Ned Batchelder | 2018-09-23 | 1 | -4/+4 |
| | |||||
* | Make test check commutivity of .update() | Ned Batchelder | 2018-09-21 | 1 | -37/+52 |
| | |||||
* | Combining contexts works | Ned Batchelder | 2018-09-21 | 1 | -0/+59 |
| | |||||
* | measured_contexts() and two simple tests of the global context | Ned Batchelder | 2018-09-21 | 1 | -0/+30 |