summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* A PEP8 target, but its output is pretty annoying...Ned Batchelder2009-12-031-0/+3
* Massive eol whitespace clean-up.Ned Batchelder2009-12-021-4/+4
* Use Distribute for 3.x, stick with setuptools for 2.xNed Batchelder2009-11-301-6/+2
* All test files can be lintedNed Batchelder2009-10-251-13/+2
* The C tracer function can do arc tracing also.Ned Batchelder2009-10-241-0/+1
* Tidying upNed Batchelder2009-10-161-0/+1
* Create proper data to start, then clean up at the end, quietly.Ned Batchelder2009-10-151-1/+1
* Tidying upNed Batchelder2009-10-151-0/+1
* Make this agnostic to Python versionNed Batchelder2009-09-301-1/+1
* Working toward reading source from eggs, but this isn't right on Py3k yet.Ned Batchelder2009-09-291-1/+6
* Keep line lengths properNed Batchelder2009-09-291-0/+1
* XML command writes to coverage.xml, and takes a -o argument to write it somew...Ned Batchelder2009-09-251-1/+1
* The best way to get py3k support: same source runs on both, with some contort...Ned Batchelder2009-09-221-1/+1
* New theory about how to kit for py3k: coverage3k-* kits are for 3.xNed Batchelder2009-09-201-1/+1
* Py3k kitting.Ned Batchelder2009-09-181-4/+1
* Better 3.x testing, etc.Ned Batchelder2009-09-171-1/+2
* Py3k: an explicit coverage.py script since setuptools can't make one for us.Ned Batchelder2009-07-091-3/+6
* Setup.py should be linted tooNed Batchelder2009-07-091-2/+2
* Get rid of the doc Makefile, put it all in the root.Ned Batchelder2009-06-211-0/+22
* Remove the old docsNed Batchelder2009-06-211-6/+0
* Point to new docs; more doc tweaks.Ned Batchelder2009-06-131-5/+5
* Get the flat_rootname right for nested CodeUnits. Thanks, Christian Heimes.Ned Batchelder2009-06-121-0/+1
* Check for bad ws in the tests too.Ned Batchelder2009-05-161-1/+1
* Add the last few docstrings, and no pylint messages!Ned Batchelder2009-05-131-2/+1
* Lint lintNed Batchelder2009-05-051-0/+1
* Split api tests into their own file.Ned Batchelder2009-05-041-0/+1
* Keeping a stack of Collectors makes it possible for Coverage to measure itsel...Ned Batchelder2009-05-031-1/+2
* Weeding in collector.pyNed Batchelder2009-05-021-1/+1
* The old way of self-coverage testing coverage no longer works.Ned Batchelder2009-04-301-3/+0
* The name of the project is Coverage, not coverage.py.Ned Batchelder2009-04-301-1/+1
* Split out the cmdline.py tests.Ned Batchelder2009-04-281-1/+7
* Templite: a lightweight template class to use when making HTML reports.Ned Batchelder2009-04-191-1/+1
* Make it more convenient to run tests outside of the makefile.Ned Batchelder2009-04-191-1/+3
* Commonalize more of the test case code.Ned Batchelder2009-04-181-3/+3
* Put coveragetest.py under the pylint regime.Ned Batchelder2009-04-181-0/+1
* New pylint returns a status code: ignore it.Ned Batchelder2009-04-161-3/+3
* Pylint tweaksNed Batchelder2009-04-121-0/+1
* Some light clean up of test_farm.py due to pylint.Ned Batchelder2009-04-121-0/+1
* Get rid of annotated coverage source files.Ned Batchelder2009-04-041-0/+1
* The farm test tree is deeper than clean was cleaning. Make it deeper.Ned Batchelder2009-03-201-4/+4
* Add a dependency so stuff build properly.Ned Batchelder2009-03-151-1/+1
* Make tests finally depends on devinst, so it will just work.Ned Batchelder2009-03-151-2/+4
* Farm tests can be run in clean_only mode, to get rid of junk.Ned Batchelder2009-03-151-0/+1
* Use nose for running tests.Ned Batchelder2009-03-131-1/+1
* I thought I took care of this already.Ned Batchelder2009-03-081-0/+1
* Don't build kits when publishing.coverage-3.0b1Ned Batchelder2009-03-071-4/+1
* Update the make publish action.Ned Batchelder2009-03-071-4/+4
* Initial coverage.py 3.0 beta 1Ned Batchelder2009-03-051-0/+58