Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | Give this variable a more descriptive name | Ned Batchelder | 2016-12-14 | 1 | -8/+8 |
| | |||||
* | report must ignore skipped files #524 | loic@dachary.org | 2016-12-12 | 1 | -4/+25 |
| | | | | | | | | | When files are 100% covered and --skipped-covered is specified, they must not be taken into account to format the text report. It is specially useful when a long filename is skipped. --HG-- branch : issue-524-2 | ||||
* | Use latest pylint | Ned Batchelder | 2016-08-07 | 1 | -6/+6 |
| | |||||
* | Update pylint to 1.5.6 | Ned Batchelder | 2016-06-25 | 1 | -6/+7 |
| | |||||
* | Mark some impossible-to-cover lines | Ned Batchelder | 2016-06-25 | 1 | -1/+1 |
| | |||||
* | Use standard skipTest, which unittest-mixins will override. | Ned Batchelder | 2016-06-12 | 1 | -2/+2 |
| | |||||
* | Properly handle invalid sorting option | Ned Batchelder | 2016-06-09 | 1 | -3/+12 |
| | |||||
* | Fix these new tests to really test the code | Ned Batchelder | 2016-06-09 | 1 | -17/+61 |
| | |||||
* | Move test_summary_class.py into test_summary.py | Ned Batchelder | 2016-06-08 | 1 | -0/+60 |
| | |||||
* | Use ->exit for missed branches in the textual report. #469 | Ned Batchelder | 2016-04-18 | 1 | -3/+2 |
| |