Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Erasing in parallel mode now deletes all the data files. #262 | Ned Batchelder | 2015-07-30 | 1 | -0/+17 | |
| | ||||||
* | Another test of --append. | Ned Batchelder | 2015-07-30 | 1 | -0/+24 | |
| | ||||||
* | Refactor to reduce duplication. | Ned Batchelder | 2015-07-30 | 1 | -31/+7 | |
| | ||||||
* | Refactoring cmdline in prep for getting --append to work again. | Ned Batchelder | 2015-07-30 | 1 | -1/+30 | |
| | ||||||
* | Fix a few more occurrences of 'Coverage' to 'coverage.py' | Ned Batchelder | 2015-07-27 | 1 | -3/+2 | |
| | ||||||
* | New config option: run:note lets you annotate the data file. | Ned Batchelder | 2015-07-26 | 1 | -1/+17 | |
| | ||||||
* | Get rid of napoleon style docstrings, they don't format nicely. | Ned Batchelder | 2015-07-26 | 1 | -7/+8 | |
| | ||||||
* | Better spelling. | Ned Batchelder | 2015-07-25 | 1 | -1/+1 | |
| | ||||||
* | Add license mention to the top of all files. #313. | Ned Batchelder | 2015-07-24 | 1 | -0/+3 | |
| | ||||||
* | Change CoverageData.summary() to CoverageData.line_counts() | Ned Batchelder | 2015-07-16 | 1 | -8/+8 | |
| | ||||||
* | Clean up remaining pylint problems in test_process.py | Ned Batchelder | 2015-06-28 | 1 | -6/+19 | |
| | ||||||
* | Paperwork for last merge | Ned Batchelder | 2015-06-28 | 1 | -0/+2 | |
| | ||||||
* | Add missing import. Add assertions for 'No data to report.' in output. | Ionel Cristian Maries | 2015-06-28 | 1 | -3/+6 | |
| | ||||||
* | Make return codes consistent: 1 for no data and 2 for fail_under. Now the ↵ | Ionel Cristian Maries | 2015-06-28 | 1 | -6/+26 | |
| | | | | `report` command will properly report `No data to report` if there's no data. | |||||
* | Add tests for xml and html commands. | Ionel Cristian Maries | 2015-06-28 | 1 | -2/+13 | |
| | ||||||
* | Make fail_under fail if there is no coverage data. | Ionel Cristian Maries | 2015-06-28 | 1 | -0/+9 | |
| | ||||||
* | addCleanup cleanup | Ned Batchelder | 2015-02-13 | 1 | -5/+1 | |
| | ||||||
* | Remove (most) tearDown functions in favor of addCleanup | Ned Batchelder | 2015-02-09 | 1 | -2/+3 | |
| | ||||||
* | Fully embrace SkipTest with our own method. | Ned Batchelder | 2015-02-07 | 1 | -78/+82 | |
| | | | | | Also, no test is conditionally defined. They call self.skip if they should be skippped. | |||||
* | Make sure all tests use super().setUp properly. | Ned Batchelder | 2015-02-07 | 1 | -0/+1 | |
| | ||||||
* | Give a reasonable warning for a previous assert. Closes #353. | Ned Batchelder | 2015-01-26 | 1 | -0/+25 | |
| | ||||||
* | Make some test setup more uniform | Ned Batchelder | 2015-01-18 | 1 | -3/+4 | |
| | ||||||
* | Collect all the nudgy environment checks into coverage.env | Ned Batchelder | 2015-01-18 | 1 | -11/+12 | |
| | ||||||
* | Use file names with extensions in reports. | Ned Batchelder | 2015-01-17 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- rename : tests/farm/html/gold_a/a.html => tests/farm/html/gold_a/a_py.html rename : tests/farm/html/gold_b_branch/b.html => tests/farm/html/gold_b_branch/b_py.html rename : tests/farm/html/gold_bom/bom.html => tests/farm/html/gold_bom/bom_py.html rename : tests/farm/html/gold_isolatin1/isolatin1.html => tests/farm/html/gold_isolatin1/isolatin1_py.html rename : tests/farm/html/gold_omit_1/m1.html => tests/farm/html/gold_omit_1/m1_py.html rename : tests/farm/html/gold_omit_1/m2.html => tests/farm/html/gold_omit_1/m2_py.html rename : tests/farm/html/gold_omit_1/m3.html => tests/farm/html/gold_omit_1/m3_py.html rename : tests/farm/html/gold_omit_1/main.html => tests/farm/html/gold_omit_1/main_py.html rename : tests/farm/html/gold_omit_2/m2.html => tests/farm/html/gold_omit_2/m2_py.html rename : tests/farm/html/gold_omit_2/m3.html => tests/farm/html/gold_omit_2/m3_py.html rename : tests/farm/html/gold_omit_2/main.html => tests/farm/html/gold_omit_2/main_py.html rename : tests/farm/html/gold_omit_3/m3.html => tests/farm/html/gold_omit_3/m3_py.html rename : tests/farm/html/gold_omit_3/main.html => tests/farm/html/gold_omit_3/main_py.html rename : tests/farm/html/gold_omit_4/m1.html => tests/farm/html/gold_omit_4/m1_py.html rename : tests/farm/html/gold_omit_4/m3.html => tests/farm/html/gold_omit_4/m3_py.html rename : tests/farm/html/gold_omit_4/main.html => tests/farm/html/gold_omit_4/main_py.html rename : tests/farm/html/gold_omit_5/m1.html => tests/farm/html/gold_omit_5/m1_py.html rename : tests/farm/html/gold_omit_5/main.html => tests/farm/html/gold_omit_5/main_py.html rename : tests/farm/html/gold_other/blah_blah_other.html => tests/farm/html/gold_other/blah_blah_other_py.html rename : tests/farm/html/gold_other/here.html => tests/farm/html/gold_other/here_py.html rename : tests/farm/html/gold_partial/partial.html => tests/farm/html/gold_partial/partial_py.html rename : tests/farm/html/gold_styled/a.html => tests/farm/html/gold_styled/a_py.html rename : tests/farm/html/gold_unicode/unicode.html => tests/farm/html/gold_unicode/unicode_py.html | |||||
* | OK, I should really stop fiddling with spell-check... | Ned Batchelder | 2014-11-27 | 1 | -5/+7 | |
| | ||||||
* | --fail-under can now be specified in the rcfile. #314 | Ned Batchelder | 2014-11-27 | 1 | -0/+9 | |
| | ||||||
* | A better way to find places to write .pth files for the tests? #339. | Ned Batchelder | 2014-11-27 | 1 | -11/+24 | |
| | ||||||
* | Try out pylint spelling. Kinda noisy, but fixed some stuff. | Ned Batchelder | 2014-11-27 | 1 | -4/+4 | |
| | ||||||
* | Mark code in test_process as not covered | Ned Batchelder | 2014-11-25 | 1 | -18/+18 | |
| | ||||||
* | Cleanups from pull request 42 | Ned Batchelder | 2014-11-24 | 1 | -9/+16 | |
| | ||||||
* | Merged pull request 42, fixing issue #328. | Ned Batchelder | 2014-11-24 | 1 | -5/+146 | |
|\ | ||||||
| * | add necessary tests, fix attrname, once it was shown to fail | Buck Golemon | 2014-11-15 | 1 | -5/+97 | |
| | | | | | | | | | | --HG-- branch : __main__-support | |||||
| * | make --source and -m play nice together | buck | 2014-10-15 | 1 | -0/+49 | |
| | | | | | | | | | | | | --HG-- branch : __main__-support extra : rebase_source : c9ca9fddecafddd5ef4db9cc64ca1c0972130aab | |||||
* | | Change all pylint message codes to message names | Ned Batchelder | 2014-11-23 | 1 | -1/+1 | |
|/ | ||||||
* | Use with-open everywhere | Ned Batchelder | 2014-10-26 | 1 | -7/+9 | |
| | ||||||
* | We changed the name of the class | Ned Batchelder | 2014-09-28 | 1 | -1/+1 | |
| | ||||||
* | More things we don't need with the latest versions | Ned Batchelder | 2014-09-20 | 1 | -2/+1 | |
| | ||||||
* | Remove old stuff for old Pythons | Ned Batchelder | 2014-06-03 | 1 | -17/+17 | |
| | ||||||
* | Round fail-under result same as others. Fixed #284. | Ned Batchelder | 2014-06-03 | 1 | -12/+27 | |
| | ||||||
* | Switch some uses of old command line syntax to new | Ned Batchelder | 2014-05-18 | 1 | -10/+10 | |
| | ||||||
* | Avoid a bunch of deprecated functions. | Ned Batchelder | 2014-05-17 | 1 | -3/+3 | |
| | ||||||
* | Finish up #305. | Ned Batchelder | 2014-05-17 | 1 | -0/+12 | |
| | ||||||
* | Add a test of the pydoc behavior. | Ned Batchelder | 2013-12-14 | 1 | -0/+24 | |
| | ||||||
* | Not going to use print functions, but at least make them all look the same. | Ned Batchelder | 2013-10-20 | 1 | -4/+4 | |
| | | | | | --HG-- branch : 4.0 | |||||
* | with statements: no more finally close | Ned Batchelder | 2013-10-20 | 1 | -4/+1 | |
| | | | | | --HG-- branch : 4.0 | |||||
* | Generator expressons are ok now. | Ned Batchelder | 2013-10-19 | 1 | -1/+1 | |
| | | | | | --HG-- branch : 4.0 | |||||
* | We only run on 2.6, 2.7, 3.2, 3.3 now. | Ned Batchelder | 2013-10-19 | 1 | -16/+13 | |
| | | | | | --HG-- branch : 4.0 | |||||
* | Can't just run 'python' in a subprocess from 3.x, since it doesn't install ↵ | Ned Batchelder | 2013-10-05 | 1 | -2/+4 | |
| | | | | as 'python'. | |||||
* | Mark a bunch of tests that don't need temp directories. | Ned Batchelder | 2013-09-28 | 1 | -1/+3 | |
| | ||||||
* | Add one more assertion to a test about COVERAGE_PROCESS_START. | Ned Batchelder | 2013-09-15 | 1 | -1/+3 | |
| |