Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Beef up the assert_warnings test helper | Ned Batchelder | 2017-04-06 | 2 | -1/+22 | |
| | | ||||||
| * | Convert two warnings tests to non-process | Ned Batchelder | 2017-04-06 | 2 | -33/+43 | |
| | | ||||||
| * | As we change test_api.py, this test needs to change... Maybe not a great idea. | Ned Batchelder | 2017-04-06 | 1 | -1/+9 | |
| | | ||||||
| * | Make manylinux wheels be always fast-building | Ned Batchelder | 2017-04-05 | 2 | -3/+4 | |
| | | | | | | | | https://github.com/pypa/python-manylinux-demo/issues/13 for details | |||||
| * | docker --rm to clean up unneeded containers | Ned Batchelder | 2017-04-05 | 2 | -3/+3 | |
| | | ||||||
| * | Bump to b2 | Ned Batchelder | 2017-04-05 | 2 | -1/+8 | |
| | | ||||||
| * | Tweaks to release process | Ned Batchelder | 2017-04-05 | 1 | -6/+6 | |
| | | ||||||
| * | Coverage 4.4b1 | Ned Batchelder | 2017-04-04 | 0 | -0/+0 | |
| | | ||||||
| * | Paperwork for 4.4b1coverage-4.4b1 | Ned Batchelder | 2017-04-04 | 5 | -8/+11 | |
| | | ||||||
| * | Run linkcheck last so missing pages won't stop us getting other good things ↵ | Ned Batchelder | 2017-04-04 | 1 | -2/+2 | |
| | | | | | | | | done. | |||||
| * | Include the dtd for our reference | Ned Batchelder | 2017-04-04 | 1 | -0/+60 | |
| | | ||||||
| * | Use Cobertura v4 XML format. #570 | Ned Batchelder | 2017-04-04 | 4 | -12/+18 | |
| | | ||||||
| * | Properly escape the replacement string for re.sub | Ned Batchelder | 2017-04-04 | 1 | -1/+1 | |
| | | ||||||
| * | Warnings can be disabled | Ned Batchelder | 2017-04-04 | 7 | -7/+59 | |
| | | ||||||
| * | Add slugs to warnings in prep for suppressable warnings | Ned Batchelder | 2017-04-03 | 4 | -13/+25 | |
| | | ||||||
| * | One more variation on Windows | Ned Batchelder | 2017-03-31 | 1 | -0/+1 | |
| | | ||||||
| * | A test of the plugin.find_executable_files method | Ned Batchelder | 2017-03-31 | 1 | -0/+52 | |
| | | ||||||
| * | Windows has a different error message for path(float) | Ned Batchelder | 2017-03-30 | 1 | -0/+1 | |
| | | ||||||
| * | Be pickier about the expected failures from plugin tests. | Ned Batchelder | 2017-03-30 | 1 | -7/+26 | |
| | | ||||||
| * | Use new show_stderr flag so we can see errors printed to stderr during ↵ | Ned Batchelder | 2017-03-30 | 3 | -3/+5 | |
| | | | | | | | | failing tests. | |||||
| * | Clean up in plugin tests | Ned Batchelder | 2017-03-29 | 2 | -9/+7 | |
| | | ||||||
| * | Make the use of coverage.files more uniform | Ned Batchelder | 2017-03-28 | 1 | -6/+7 | |
| | | ||||||
| * | Clean up of the new plugin method. Thanks, Emil Madsen | Ned Batchelder | 2017-03-28 | 4 | -3/+12 | |
| | | ||||||
| * | Allow plugins to report files they haven't executed. | Ned Batchelder | 2017-03-28 | 3 | -7/+31 | |
| | | | | | | | | By Emil Madsen, from: https://github.com/nedbat/coveragepy/pull/28 | |||||
| * | Don't use the aggressive singleton for normal debugging | Ned Batchelder | 2017-03-23 | 1 | -1/+1 | |
| | | ||||||
| * | Pids can be less that 5 digits | Ned Batchelder | 2017-03-23 | 1 | -1/+1 | |
| | | ||||||
| * | Big refactor of debug logging | Ned Batchelder | 2017-03-22 | 6 | -83/+160 | |
| | | ||||||
| * | Say a little more about --timid | Ned Batchelder | 2017-03-18 | 1 | -1/+2 | |
| | | ||||||
| * | Minimal IronPython support. | Ned Batchelder | 2017-03-14 | 7 | -3/+24 | |
| | | | | | | | | | | IronPython is weird: 2.7.7 has "str is unicode", and unicode.encode produces unicode! f_lasti is missing, and frame globals are missing. | |||||
| * | pid also annotates warnings | Ned Batchelder | 2017-03-12 | 1 | -1/+1 | |
| | | ||||||
| * | Fix the appveyor badge, broken since we pointed it to github | Ned Batchelder | 2017-03-11 | 1 | -1/+1 | |
| | | ||||||
| * | Use capital-Coverage | Ned Batchelder | 2017-03-11 | 2 | -61/+59 | |
| | | ||||||
| * | Ugly: have to pragma away nested coverage | Ned Batchelder | 2017-03-11 | 1 | -24/+24 | |
| | | ||||||
| * | Cleanly stop coverage objects, for metacov | Ned Batchelder | 2017-03-11 | 2 | -1/+7 | |
| | | | | | | | | | | Without these cov.stop() calls, the collector stack is wrong when doing meta-coverage. | |||||
| * | Move fail-under tests from process-oriented integration tests to ↵ | Ned Batchelder | 2017-03-08 | 2 | -54/+61 | |
| | | | | | | | | fake-oriented unit tests | |||||
| * | Refactor command_line into a function. | Ned Batchelder | 2017-03-08 | 2 | -6/+18 | |
| | | ||||||
| * | Give should_fail_under pure tests, so we don't need processes to test ↵ | Ned Batchelder | 2017-03-08 | 2 | -39/+24 | |
| | | | | | | | | numeric comparisons | |||||
| * | Make should_fail_under an even more pure function. | Ned Batchelder | 2017-03-08 | 2 | -6/+8 | |
| | | ||||||
| * | Control codecov more tightly | Ned Batchelder | 2017-03-06 | 2 | -2/+2 | |
| | | ||||||
| * | OK, skip 3.6 for now | Ned Batchelder | 2017-03-05 | 1 | -4/+0 | |
| | | ||||||
| * | Travis fixes: get 3.6 installed; use conditional that works | Ned Batchelder | 2017-03-05 | 1 | -9/+11 | |
| | | ||||||
| * | Make the list of builtins more compact, since they are never the problem in ↵ | Ned Batchelder | 2017-03-05 | 1 | -2/+13 | |
| | | | | | | | | these tests | |||||
| * | More docstring. | Ned Batchelder | 2017-03-05 | 1 | -0/+3 | |
| | | ||||||
| * | Describe and relabel a test that has nothing to do with fail-under. | Ned Batchelder | 2017-03-04 | 1 | -2/+6 | |
| | | ||||||
| * | Move the logic for fail-under to a testable function | Ned Batchelder | 2017-03-04 | 2 | -13/+24 | |
| | | ||||||
| * | Small steps in refactoring initialization | Ned Batchelder | 2017-03-04 | 1 | -2/+6 | |
| | | ||||||
| * | Travis should run 3.6 | Ned Batchelder | 2017-03-04 | 1 | -0/+2 | |
| | | ||||||
| * | Slightly better way to organize the condition on activity | Ned Batchelder | 2017-03-04 | 2 | -7/+19 | |
| | | ||||||
| * | Next version will be 4.4 at least | Ned Batchelder | 2017-03-03 | 1 | -1/+1 | |
| | | ||||||
| * | Collecting continues after saving data. #79 #448 | Ned Batchelder | 2017-03-03 | 7 | -17/+121 | |
| | |