summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Plugin modules have to define a Plugin class, or an error happens.Ned Batchelder2015-02-082-6/+13
|
* PylintNed Batchelder2015-02-081-4/+4
|
* Test omitted plugin-measured files.Ned Batchelder2015-02-081-1/+9
|
* Re-use CheckUniqueFilenames for test_collector.pyNed Batchelder2015-02-084-45/+42
|
* Useful debugging help.Ned Batchelder2015-02-083-0/+20
|
* Fully embrace SkipTest with our own method.Ned Batchelder2015-02-079-145/+156
| | | | | Also, no test is conditionally defined. They call self.skip if they should be skippped.
* Make sure all tests use super().setUp properly.Ned Batchelder2015-02-072-1/+2
|
* Fix a method name to be snake_case.Ned Batchelder2015-02-071-4/+4
|
* A better comment.Ned Batchelder2015-02-071-1/+1
|
* Change how we snoop on callbacks, and how we skip tests.Ned Batchelder2015-02-071-90/+98
|
* Use goto-error style in more placesNed Batchelder2015-02-071-20/+35
|
* 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
|