Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat: xml and json say what they are doing, and -q quiets everything. #1254nedbat/dashq | Ned Batchelder | 2021-10-26 | 1 | -7/+2 |
| | |||||
* | style: prefer explicit string concatenation | Ned Batchelder | 2021-10-10 | 1 | -4/+2 |
| | |||||
* | test: fix flaky multiprocessing tests | Ned Batchelder | 2021-09-29 | 1 | -1/+1 |
| | | | | | Tests are failing because we expect to see three different pids, but only get two. Is that because the work is being completed too quickly? | ||||
* | feat: `coverage combine` now prints messages naming the files being ↵ | Ned Batchelder | 2021-08-05 | 1 | -12/+18 |
| | | | | combined. #1105 (#1208) | ||||
* | refactor: remove a few more version checks | Ned Batchelder | 2021-05-02 | 1 | -12/+2 |
| | |||||
* | refactor: pyupgrade --py36-plus tests/**.py | Ned Batchelder | 2021-05-02 | 1 | -7/+7 |
| | |||||
* | refactor: move the remaining backward.py code, no more backward.py | Ned Batchelder | 2021-05-01 | 1 | -1/+1 |
| | |||||
* | refactor: remove code explicitly choosing between py2 and py3 | Ned Batchelder | 2021-05-01 | 1 | -7/+1 |
| | |||||
* | Use current_thread instead of currentThread that was deprecated in Python 3.10 | Karthikeyan Singaravelan | 2021-04-17 | 1 | -1/+1 |
| | |||||
* | refactor: convert all skipping to pytest skips | Ned Batchelder | 2021-02-07 | 1 | -5/+2 |
| | |||||
* | style: correct placement of auto-added pytest imports | Ned Batchelder | 2021-01-31 | 1 | -1/+1 |
| | |||||
* | refactor: unittest2pytest -w tests | Ned Batchelder | 2021-01-31 | 1 | -15/+16 |
| | | | | One step of moving to pure pytest tests. | ||||
* | Always output TOTAL line. | Judson Neer | 2021-01-06 | 1 | -2/+2 |
| | |||||
* | More bitbucket->github urls | Ned Batchelder | 2020-08-18 | 1 | -2/+1 |
| | |||||
* | Use abspath to rc file so that chdir doesn't bork us. #890 | Ned Batchelder | 2019-12-23 | 1 | -0/+19 |
| | |||||
* | Catch and display expceptions during multiprocessing bootstrap. | Ned Batchelder | 2019-12-23 | 1 | -0/+17 |
| | |||||
* | Combine test helpers: remove_files | Ned Batchelder | 2019-12-17 | 1 | -6/+1 |
| | |||||
* | run --append --concurrency=multiprocessing didn't use a suffix for the main ↵ | Ned Batchelder | 2019-12-17 | 1 | -4/+24 |
| | | | | process. #880 | ||||
* | Make this test more resilient | Ned Batchelder | 2019-11-26 | 1 | -2/+1 |
| | |||||
* | No need for format indexes (mostly) | Ned Batchelder | 2019-09-01 | 1 | -3/+3 |
| | |||||
* | One more line to exclude from coverage measurement | Ned Batchelder | 2019-04-30 | 1 | -1/+1 |
| | |||||
* | Fix a few capitalizations | Ned Batchelder | 2019-04-28 | 1 | -2/+2 |
| | |||||
* | Check for skipping tests before super.setUp | Ned Batchelder | 2019-04-21 | 1 | -1/+1 |
| | |||||
* | Python 3.8 will optimize away "while True:" | Ned Batchelder | 2018-11-11 | 1 | -1/+1 |
| | |||||
* | Do we need more than 10 tries? | Ned Batchelder | 2018-10-15 | 1 | -1/+1 |
| | |||||
* | Move line_counts out of the data classes | Ned Batchelder | 2018-08-10 | 1 | -1/+2 |
| | |||||
* | Make file operations implicit on constructed filename | Ned Batchelder | 2018-07-23 | 1 | -2/+2 |
| | |||||
* | Exclude site-packages so vendored code doesn't pollute test results | Ned Batchelder | 2018-06-28 | 1 | -0/+1 |
| | |||||
* | Update NOTICE link to GitHub. | Ned Batchelder | 2018-06-24 | 1 | -1/+1 |
| | |||||
* | More pragmas to fine-tune coverage of test code | Ned Batchelder | 2018-02-22 | 1 | -11/+11 |
| | |||||
* | Fix english, and give a test a name that isn't a prefix of other names | Ned Batchelder | 2018-02-19 | 1 | -3/+3 |
| | |||||
* | Remove two unused names | Ned Batchelder | 2018-01-28 | 1 | -2/+2 |
| | |||||
* | Commented-out debugging of pytracer | Ned Batchelder | 2017-11-24 | 1 | -2/+1 |
| | |||||
* | Desperation | Ned Batchelder | 2017-11-04 | 1 | -1/+1 |
| | |||||
* | A little cleanup for #581 | Ned Batchelder | 2017-10-21 | 1 | -7/+12 |
| | |||||
* | Merged in ogrisel/coverage.py/fix-thread-safety (pull request #127) | Ned Batchelder | 2017-10-21 | 1 | -0/+95 |
|\ | | | | | | | FIX thread-safe Collector.save_data() | ||||
| * | FIX Typo in test_coverage_stop_in_threads | Olivier Grisel | 2017-08-10 | 1 | -1/+1 |
| | | | | | | | | | | --HG-- branch : fix-thread-safety | ||||
| * | FIX thread-safe Collector.save_data() | Olivier Grisel | 2017-08-10 | 1 | -0/+95 |
| | | | | | | | | | | --HG-- branch : fix-thread-safety | ||||
* | | Flaky tests are really flaky | Ned Batchelder | 2017-10-12 | 1 | -1/+1 |
|/ | |||||
* | Sometimes we match against files, sometimes directories. | Ned Batchelder | 2017-02-21 | 1 | -0/+1 |
| | | | | Also, skip our own test code when running tests. | ||||
* | No test failures on Jython | Ned Batchelder | 2017-01-18 | 1 | -0/+3 |
| | | | | One or two of these are questionable accommodations, but there are no failures. | ||||
* | Use @flaky to prevent occasional multiprocessing failures | Ned Batchelder | 2017-01-17 | 1 | -0/+3 |
| | |||||
* | Reporting doesn't work on Jython, so don't run reporting tests there. | Ned Batchelder | 2017-01-14 | 1 | -2/+2 |
| | | | | | --HG-- extra : amend_source : 144fd0ffb49fdef1139ae3f0085831ece14de43f | ||||
* | Jython has no multiprocessing module | Ned Batchelder | 2017-01-13 | 1 | -2/+14 |
| | |||||
* | Spelling fixes | Ville Skyttä | 2016-07-31 | 1 | -1/+1 |
| | | | | | --HG-- branch : spelling | ||||
* | Multiprocessing needs to communicate the rcfile down to the subprocesses | Ned Batchelder | 2016-07-13 | 1 | -4/+40 |
| | |||||
* | A little more clean-up on the concurrency tests | Ned Batchelder | 2016-07-04 | 1 | -11/+13 |
| | |||||
* | Let the concurrency option be multi-valued. #484 | Ned Batchelder | 2016-07-04 | 1 | -27/+65 |
| | |||||
* | Refactor concurrency tests to make the pieces more composable | Ned Batchelder | 2016-07-03 | 1 | -119/+196 |
| | | | | | --HG-- extra : amend_source : df40db50416bb97691509bf7607aba6ed2b7b205 | ||||
* | Make multiprocessing support work with spawned processes, which is what ↵ | Ned Batchelder | 2016-01-10 | 1 | -9/+21 |
| | | | | Windows uses. |