Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat: warnings are now real warnings | Ned Batchelder | 2021-05-30 | 1 | -2/+3 |
| | | | | | | This makes coverage warnings visible when running test suites under pytest. But it also means some uninteresting warnings would show up in our own test suite, so we had to catch or suppress those. | ||||
* | refactor: move exceptions to their own module | Ned Batchelder | 2021-05-02 | 1 | -1/+1 |
| | |||||
* | refactor: pyupgrade --py36-plus tests/**.py | Ned Batchelder | 2021-05-02 | 1 | -9/+8 |
| | |||||
* | refactor: remove unneeded backward.py shims | Ned Batchelder | 2021-05-01 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | Removed were: - StringIO - configparser - string_class - unicode_class - range - zip_longest - get_thread_id - path_types - shlex_quote - reprlib | ||||
* | refactor: remove code explicitly choosing between py2 and py3 | Ned Batchelder | 2021-05-01 | 1 | -6/+3 |
| | |||||
* | test: have pytest collect test classes uniformly | Ned Batchelder | 2021-03-11 | 1 | -10/+1 |
| | |||||
* | fix: don't report branches to missing lines. #1065 | Ned Batchelder | 2021-02-28 | 1 | -1/+1 |
| | | | | | Fixes: #1065 Fixes: #955 | ||||
* | test: add tests of report sorting options | Ned Batchelder | 2021-02-26 | 1 | -0/+10 |
| | |||||
* | build: update to latest pylint | Ned Batchelder | 2021-02-26 | 1 | -3/+3 |
| | |||||
* | refactor: convert all skipping to pytest skips | Ned Batchelder | 2021-02-07 | 1 | -10/+3 |
| | |||||
* | style: fix long lines and avoid backslashesnedbat/unittest2pytest | Ned Batchelder | 2021-01-31 | 1 | -4/+3 |
| | |||||
* | style: correct placement of auto-added pytest imports | Ned Batchelder | 2021-01-31 | 1 | -1/+2 |
| | |||||
* | refactor: unittest2pytest -w tests | Ned Batchelder | 2021-01-31 | 1 | -129/+126 |
| | | | | One step of moving to pure pytest tests. | ||||
* | Always output TOTAL line. | Judson Neer | 2021-01-06 | 1 | -26/+47 |
| | |||||
* | More bitbucket->github urls | Ned Batchelder | 2020-08-18 | 1 | -4/+4 |
| | |||||
* | Fix broken sorting tests. Good catch, Jerin Peter George | Ned Batchelder | 2020-07-03 | 1 | -10/+11 |
| | |||||
* | Simplify testing of --no-skip-covered, and add docs | Ned Batchelder | 2020-06-29 | 1 | -30/+0 |
| | |||||
* | Add --no-skip-covered to allow negation of --skip-covered | Anthony Sottile | 2020-02-14 | 1 | -0/+30 |
| | |||||
* | Adjust other env.PYPY tests to the latest way | Ned Batchelder | 2019-12-31 | 1 | -1/+1 |
| | |||||
* | Polish up cmd.rst | Ned Batchelder | 2019-12-08 | 1 | -1/+1 |
| | |||||
* | Mark tests that don't need a temp dir | Ned Batchelder | 2019-11-25 | 1 | -0/+2 |
| | |||||
* | Optionally skip empty files in reports | reybog90 | 2019-11-01 | 1 | -0/+45 |
| | |||||
* | No need to pass coverage/config separately everywhere | Ned Batchelder | 2019-06-17 | 1 | -22/+15 |
| | |||||
* | Refactor text reporting to use the same code paths as other reports | Ned Batchelder | 2019-06-16 | 1 | -13/+12 |
| | |||||
* | Use pylint 2.x | Ned Batchelder | 2019-05-13 | 1 | -7/+7 |
| | |||||
* | Sort the text missing results by line number, not kind | Ned Batchelder | 2018-12-25 | 1 | -1/+1 |
| | |||||
* | Asserts should be expected,actual | Ned Batchelder | 2018-12-24 | 1 | -2/+2 |
| | |||||
* | Travis pulls in other libraries somehow. Exclude them | Ned Batchelder | 2018-11-18 | 1 | -2/+2 |
| | |||||
* | Convert farm/run_chdir.py to a test_summary.py test | Ned Batchelder | 2018-11-18 | 1 | -0/+14 |
| | |||||
* | Convert farm/run/run_xxx.py to a test_summary.py test | Ned Batchelder | 2018-11-18 | 1 | -0/+16 |
| | |||||
* | Use --source to ensure tests are showing what we want. | Ned Batchelder | 2018-10-14 | 1 | -4/+4 |
| | | | | | | | | | | | Travis started having these extra files in coverage reports from our tests: site-packages/pkg_resources/_vendor/six.py site-packages/pkg_resources/extern/__init__.py I don't know why they are being pulled in, but the tests aren't interested in them, and it is throwing off the results. | ||||
* | Change these tests to not use weird attribute stuffing | Ned Batchelder | 2018-09-21 | 1 | -29/+29 |
| | |||||
* | More tests need temp directories | Ned Batchelder | 2018-09-02 | 1 | -4/+0 |
| | |||||
* | Make file operations implicit on constructed filename | Ned Batchelder | 2018-07-23 | 1 | -1/+1 |
| | |||||
* | Be stricter about self._data | Ned Batchelder | 2018-07-08 | 1 | -1/+1 |
| | |||||
* | Fix a too-long line | Ned Batchelder | 2018-06-29 | 1 | -1/+2 |
| | |||||
* | Fix the indentation of closing triple quotes | Ned Batchelder | 2018-06-28 | 1 | -12/+12 |
| | |||||
* | Exclude site-packages so vendored code doesn't pollute test results | Ned Batchelder | 2018-06-28 | 1 | -1/+15 |
| | |||||
* | Update NOTICE link to GitHub. | Ned Batchelder | 2018-06-24 | 1 | -1/+1 |
| | |||||
* | Add a test that report uses the precision. | Ned Batchelder | 2018-01-21 | 1 | -0/+43 |
| | |||||
* | Don't confuse run-include with report-include (and also omit). Fixes #621 ↵ | Ned Batchelder | 2018-01-20 | 1 | -0/+35 |
| | | | | and #622. | ||||
* | One last sensitivity to module docstrings | Ned Batchelder | 2017-10-05 | 1 | -1/+1 |
| | |||||
* | Remove a module docstring that makes tests differ by Python version | Ned Batchelder | 2017-10-05 | 1 | -3/+3 |
| | |||||
* | Refactor common test infrastructure for fiddling sys.path and finding files | Ned Batchelder | 2017-05-04 | 1 | -24/+7 |
| | |||||
* | Update to pylint 1.7.1 | Ned Batchelder | 2017-04-22 | 1 | -1/+0 |
| | |||||
* | As we change test_api.py, this test needs to change... Maybe not a great idea. | Ned Batchelder | 2017-04-06 | 1 | -1/+9 |
| | |||||
* | Use an ISO standard encoding in coding declarations | Ned Batchelder | 2017-02-21 | 1 | -1/+1 |
| | | | | See https://twitter.com/nedbat/status/833723932658262016 for pedantry. | ||||
* | A better way to deal with StopEverything exceptions | Ned Batchelder | 2017-01-19 | 1 | -10/+1 |
| | |||||
* | This only happens on Jython | Ned Batchelder | 2017-01-19 | 1 | -1/+1 |
| | |||||
* | No test failures on Jython | Ned Batchelder | 2017-01-18 | 1 | -2/+14 |
| | | | | One or two of these are questionable accommodations, but there are no failures. |