summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add a no-op method to the base class to make branch coverage work with ↵Ned Batchelder2015-02-062-0/+4
| | | | plugins. Thanks, Jessamyn Smith.
* Move stats.errors stuff to reduce repetition and noiseNed Batchelder2015-02-061-15/+4
|
* Switch to 'goto error' style to reduce the number of DECREFs neededNed Batchelder2015-02-061-37/+27
|
* Don't need these includes any moreNed Batchelder2015-02-041-2/+0
|
* Clean up some pylint complaintsNed Batchelder2015-02-022-17/+21
|
* Ignore more directories when linting.Ned Batchelder2015-02-021-4/+10
|
* Trailing whitespace.Ned Batchelder2015-02-022-2/+2
|
* Simplify the plugin selection logic.Ned Batchelder2015-02-011-32/+26
|
* Make process_startup idempotent, to fix #340.Ned Batchelder2015-02-013-7/+30
|
* Things to doNed Batchelder2015-01-311-4/+11
|
* Sort authors by entire name, not "last" name.Ned Batchelder2015-01-311-39/+39
|
* Multiprocess support doesn't work yet on Windows.Ned Batchelder2015-01-312-6/+17
|
* Wildly experimental multiprocessing support. Covers most of #117.Ned Batchelder2015-01-306-3/+110
|
* Add a disabled test that demonstrates bug #351.Ned Batchelder2015-01-291-5/+13
|
* Give a reasonable warning for a previous assert. Closes #353.Ned Batchelder2015-01-263-6/+37
|
* Fix the tests that were looking for the doc URL.Ned Batchelder2015-01-266-6/+6
|
* Bump the versions; docs now at readthedocsNed Batchelder2015-01-264-7/+9
|
* Coverage 4.0a4Ned Batchelder2015-01-251-0/+1
|
* Prepare for 4.0a4coverage-4.0a4Ned Batchelder2015-01-255-9/+22
|
* Keep windows workingNed Batchelder2015-01-252-3/+10
|
* More plugin doc tweaksNed Batchelder2015-01-252-11/+19
|
* Update version numberNed Batchelder2015-01-251-1/+1
|
* Rename plugin.rst to plugins.rstNed Batchelder2015-01-252-1/+1
| | | | | --HG-- rename : doc/plugin.rst => doc/plugins.rst
* More docs about plugins.Ned Batchelder2015-01-253-7/+70
|
* Move flat_rootname to the base classNed Batchelder2015-01-242-19/+12
|
* Delete obsolete attribute.Ned Batchelder2015-01-241-6/+0
|
* Set timid=True automatically for pluginsNed Batchelder2015-01-242-2/+27
| | | | | This is better than asking people to add timid=True to their configs, since this way they won't have to clean it out of their config later.
* Get the version right in the docs.Ned Batchelder2015-01-241-1/+1
|
* Move a helper from plugin.py to misc.pyNed Batchelder2015-01-242-26/+29
|
* Trying to get the doc format and references right.Ned Batchelder2015-01-242-18/+21
|
* Remove obsolete stuff from trouble.rstNed Batchelder2015-01-241-19/+2
|
* Turn all the history into comments.Ned Batchelder2015-01-2414-118/+118
|
* Try not having a custom style on rtfdNed Batchelder2015-01-241-1/+1
|
* Start of a plugin doc pageNed Batchelder2015-01-242-0/+23
|
* Properly handle alpha releases.Ned Batchelder2015-01-241-3/+8
|
* Update the changes.rst file in the docsNed Batchelder2015-01-243-9/+101
|
* Change sysinfo to sys_infoNed Batchelder2015-01-244-15/+15
|
* Plugins can provide sysinfoNed Batchelder2015-01-243-0/+58
|
* Make the two forms of debug output more uniformNed Batchelder2015-01-245-11/+33
|
* info_formatter shouldn't assume it gets a listNed Batchelder2015-01-242-0/+5
|
* Keep todo up-to-dateNed Batchelder2015-01-241-2/+2
|
* Clarify how to use make_file for non-ascii content.Ned Batchelder2015-01-222-5/+12
|
* Issue #315 was fixedNed Batchelder2015-01-211-1/+3
|
* Bump the versionNed Batchelder2015-01-201-1/+1
|
* Coverage 4.0a3Ned Batchelder2015-01-201-0/+1
|
* An official 4.0a3coverage-4.0a3Ned Batchelder2015-01-201-3/+4
|
* XML package_depth configuration option. Thanks, Lex BerezhnyNed Batchelder2015-01-196-18/+88
|
* Fix bad regression: XML report now reports packages again. #235Ned Batchelder2015-01-195-9/+90
|
* Comment was missing a wordNed Batchelder2015-01-191-1/+1
|
* The DTD for cobertura, for referenceNed Batchelder2015-01-191-0/+55
|