summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Force pluggy versionNed Batchelder2018-08-071-0/+1
* More diagnosisNed Batchelder2018-08-071-0/+1
* Trying to diagnose a failureNed Batchelder2018-08-071-0/+1
* Check data file existence while testing combiningNed Batchelder2018-08-072-8/+12
* Pytest should always summarize the failing tests at the endNed Batchelder2018-08-071-1/+1
* assert_file_countNed Batchelder2018-08-074-1/+29
* Update testing dependenciesNed Batchelder2018-08-065-8/+8
* Better wrappingNed Batchelder2018-08-051-2/+4
* Remove use_cacheNed Batchelder2018-08-052-7/+1
* Remove a mention of Python 2.6Ned Batchelder2018-07-261-4/+2
* Add a test to be sure 'combine' works both plain and --appendNed Batchelder2018-07-231-15/+49
* Update testing requirements (stop an xdist crash)Ned Batchelder2018-07-225-5/+7
* A better way to get the latest manylinux docker imagesNed Batchelder2018-07-191-3/+2
* Merge branch 'coverage-4.5.1x'Ned Batchelder2018-07-192-1/+4
|\
| * Make it easy to get the latest manylinuxNed Batchelder2018-07-191-0/+3
| * Make a kit for 3.7Ned Batchelder2018-07-191-1/+1
* | Be stricter about self._dataNed Batchelder2018-07-087-31/+29
* | Simplify a URL so that docs can build pre-releaseNed Batchelder2018-07-071-27/+10
* | CHANGES polishingNed Batchelder2018-07-071-3/+3
* | Don't need the v3->v4 data converter in v5Ned Batchelder2018-07-014-108/+2
* | No need to prune things we never includedNed Batchelder2018-06-301-2/+0
* | Quiet a pylint warningNed Batchelder2018-06-301-0/+2
* | Run pylint on travisNed Batchelder2018-06-302-1/+10
* | Spelling in pylint isn't worth the difficulty of installing enchantNed Batchelder2018-06-303-14/+0
* | ResourceWarning isn't in py2?Ned Batchelder2018-06-291-1/+1
* | Jython isn't working, don't test it by defaultNed Batchelder2018-06-291-1/+1
* | Suppress needless warnings during testsNed Batchelder2018-06-291-0/+14
* | Fix a too-long lineNed Batchelder2018-06-291-1/+2
* | New gold files with trimmed whitespaceNed Batchelder2018-06-2938-796/+76
* | Trim unneeded whitespace from HTML outputNed Batchelder2018-06-292-0/+4
* | Fix the indentation of closing triple quotesNed Batchelder2018-06-281-12/+12
* | Update requirementsNed Batchelder2018-06-284-8/+8
* | Exclude site-packages so vendored code doesn't pollute test resultsNed Batchelder2018-06-282-1/+16
* | Mention the move to GitHub in CHANGESNed Batchelder2018-06-281-0/+5
* | Windows file paths in the HTML have to be canonicalizedNed Batchelder2018-06-271-0/+4
* | Need to escape when using Windows paths as regexesNed Batchelder2018-06-271-1/+1
* | Lose a little less information when scrubbing HTMLNed Batchelder2018-06-272-4/+4
* | Absolute paths in the HTML report have to be scrubbedNed Batchelder2018-06-271-2/+8
* | Exclude a failure-only lineNed Batchelder2018-06-271-1/+1
* | Updated gold files for bom.pyNed Batchelder2018-06-274-30/+265
* | Gold files can be in versioned subdirectoriesNed Batchelder2018-06-271-2/+30
* | Updated html gold filesNed Batchelder2018-06-2734-283/+293
* | Compare HTML more strictlyNed Batchelder2018-06-271-13/+25
* | Add a header to make diffs more readableNed Batchelder2018-06-271-0/+2
* | .hgignore is gone, no need to check it.Ned Batchelder2018-06-271-1/+0
* | some minor improvements for the farm testsNed Batchelder2018-06-261-5/+9
|\ \
| * | tests: some minor improvements for the farm testsDaniel Hahler2018-05-061-5/+9
* | | Explain the lab directoryNed Batchelder2018-06-261-0/+4
* | | Merge pull request #670 from cclauss/print_functionNed Batchelder2018-06-253-16/+16
|\ \ \
| * | | print() is a function in Python 3cclauss2018-06-253-16/+16