summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Moar tests for XML reporting.Ned Batchelder2012-11-201-1/+54
| | | |
* | | | I prefer not having docstrings in test methods.Ned Batchelder2012-11-201-7/+3
| | | |
* | | | Don't need these notes any more.Ned Batchelder2012-11-201-78/+0
| | | |
* | | | Silence the last of the pylint warnings.Ned Batchelder2012-11-203-12/+6
| | | |
* | | | Tweak the wording.Ned Batchelder2012-11-191-4/+5
| | | |
* | | | lint lintNed Batchelder2012-11-191-1/+1
| | | |
* | | | Branch coverage is computed more accurately, #156.Ned Batchelder2012-11-198-20/+53
| | | |
* | | | This is more correct.Ned Batchelder2012-11-191-1/+1
| | | |
* | | | Refactor some HTML tests.Ned Batchelder2012-11-191-15/+23
| | | |
* | | | Add tests and docs to the kit, though they are not installed. #137Ned Batchelder2012-11-175-17/+10
| | | |
* | | | This release is not a 3.5.4, it's at least 3.6Ned Batchelder2012-11-174-6/+6
| | | |
* | | | This actually works.Ned Batchelder2012-11-171-2/+1
| | | |
* | | | This makes more sense to me.Ned Batchelder2012-11-171-3/+6
| | | |
* | | | No longer try to bootstrap setuptools. It is a pre-req. Closes #202Ned Batchelder2012-11-1710-780/+17
| | | |
* | | | Update historyNed Batchelder2012-11-171-0/+1
| | | |
* | | | Create coverage-X.Y aliases also. Closes #111.Ned Batchelder2012-11-174-7/+28
| | | |
* | | | Merged in JulianB/coverage.py/coverage3 (pull request #12), and added docs ↵Ned Batchelder2012-11-164-7/+25
|\ \ \ \ | | | | | | | | | | | | | | | and tests
| * | | | Create coverage3 symlink when installed using Python 3Julian Berman2012-10-281-5/+5
| | | | |
* | | | | Also, why does it need a leading underscore??Ned Batchelder2012-11-161-3/+3
| | | | |
* | | | | No need to delete the file.Ned Batchelder2012-11-161-1/+0
| | | | |
* | | | | Merged in brettsky/coverage.py (pull request #15)Ned Batchelder2012-11-161-1/+6
|\ \ \ \ \
| * | | | | Don't leave a file open in setup.py.Brett Cannon2012-11-151-1/+6
| | | | | |
* | | | | | Use iitems() to avoid lists of dict items on py2.Ned Batchelder2012-11-165-17/+27
|/ / / / /
* | | | | Refactor, and make it work on older Pythons.Ned Batchelder2012-11-144-11/+38
| | | | |
* | | | | Merged in lahwran/coverage.py (pull request #14)Ned Batchelder2012-11-141-2/+7
|\ \ \ \ \
| * | | | | Fix race condition removing .coverage on initlahwran2012-11-121-2/+7
| | | | | |
* | | | | | Try to format the contributing page better.Ned Batchelder2012-11-121-76/+66
| | | | | |
* | | | | | A Contributing page in the docs. #171Ned Batchelder2012-11-124-0/+175
| | | | | |
* | | | | | Don't check doc intermediate files.Ned Batchelder2012-11-121-1/+4
|/ / / / /
* | | | | Once you start unit testing setup.py, where do you stop??Ned Batchelder2012-11-122-18/+35
| | | | |
* | | | | Add assertGreater to our arsenal.Ned Batchelder2012-11-122-0/+15
| | | | |
* | | | | Don't import coverage into setup.py to get the version number. Do something ↵Ned Batchelder2012-11-125-17/+41
| | | | | | | | | | | | | | | | | | | | far worse... :) #73
* | | | | EditsNed Batchelder2012-11-122-7/+10
| | | | |
* | | | | Hmm, sphinx changed, and it's my responsibility to set up the comma?Ned Batchelder2012-11-121-0/+1
| | | | |
* | | | | Clarify when coverage measurement actually starts. #102Ned Batchelder2012-11-122-3/+11
| | | | |
* | | | | A faster way to get the actual path of Windows files, especially when ↵Ned Batchelder2012-11-112-31/+32
| | | | | | | | | | | | | | | | | | | | operating on lots of files in the same directory.
* | | | | Remove odd module holding, since I think this is now fixed by always ↵Ned Batchelder2012-11-112-21/+6
| | | | | | | | | | | | | | | | | | | | stopping the tracers.
* | | | | Add another ticket to the list of bugs fixed.Ned Batchelder2012-11-111-5/+6
| | | | |
* | | | | No longer see a mysterious exception when not able to run code: ↵Ned Batchelder2012-11-116-2/+13
| | | | | | | | | | | | | | | | | | | | AttributeError: 'NoneType' object has no attribute 'isabs'. #153
* | | | | Less noise in the test output.Ned Batchelder2012-11-111-3/+3
| | | | |
* | | | | lintNed Batchelder2012-11-112-3/+7
| | | | |
* | | | | More converstion to assertIn and assertNotIn.Ned Batchelder2012-11-113-31/+31
| | | | |
* | | | | WTF?Ned Batchelder2012-11-111-3/+3
| | | | |
* | | | | Windows now reports file names in their correct case. #89 and #203.Ned Batchelder2012-11-116-4/+96
| | | | |
* | | | | Add in assertNotIn.Ned Batchelder2012-11-104-9/+20
| | | | |
* | | | | Upgrading pylint means fixing more nits.Ned Batchelder2012-11-1012-18/+18
| | | | |
* | | | | Properly test that config file HTML titles can be non-ascii.Ned Batchelder2012-11-103-13/+48
| | | | |
* | | | | Test that make_file can truly make a utf8 file.Ned Batchelder2012-11-101-2/+12
| | | | |
* | | | | A way to get rid of the .tox dirs too.Ned Batchelder2012-11-101-0/+3
| | | | |
* | | | | Quiet pylintNed Batchelder2012-11-101-3/+3
| | | | |