summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Can measure and report branchesNed Batchelder2018-08-031-29/+89
| | | | |
| * | | | Use a Sqlite application_id to identify the file.Ned Batchelder2018-08-031-0/+7
| | | | |
| * | | | Make writing data fasterNed Batchelder2018-08-032-12/+21
| | | | |
| * | | | SQL debuggingNed Batchelder2018-07-311-10/+34
| | | | |
| * | | | Report worksNed Batchelder2018-07-311-2/+6
| | | | |
| * | | | Move sqlite into sqldata.pyNed Batchelder2018-07-312-118/+173
| | | | |
| * | | | WIP WIP WIPNed Batchelder2018-07-301-0/+121
| | | | |
| * | | | Make file operations implicit on constructed filenameNed Batchelder2018-07-236-75/+83
| | | | |
| * | | | CoverageData now also handles file operationsNed Batchelder2018-07-235-205/+173
| | | | |
* | | | | Fix typoJakub Wilk2018-08-131-1/+1
| | | | |
* | | | | Simplify how run --append works.Ned Batchelder2018-08-122-17/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I don't know why it was using combine after, when .load before seems like the obvious way to do it. (cherry picked from commit 85725034b429fe46cf26429ce3bad0d53db82f3e)
* | | | | Hasher needed more information about nesting to avoid collisionsNed Batchelder2018-08-112-0/+8
| |_|/ / |/| | |
* | | | No need to erase before runningNed Batchelder2018-08-082-20/+0
| | | |
* | | | Simplify counting data filesNed Batchelder2018-08-081-35/+29
| | | |
* | | | 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
| |/ / |/| | | | | | | | https://github.com/pytest-dev/pytest/issues/3753#issuecomment-411022974
* | | 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
| |