summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Clean any .coverage files we findNed Batchelder2018-08-091-0/+1
|
* Keep the env var naming schemeNed Batchelder2018-08-091-1/+1
|
* Simplify how run --append works.Ned Batchelder2018-08-092-17/+11
| | | | | I don't know why it was using combine after, when .load before seems like the obvious way to do it.
* Merge branch 'master' into nedbat/data-sqliteNed Batchelder2018-08-085-55/+32
|\
| * 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
* | Merge branch 'master' into nedbat/data-sqliteNed Batchelder2018-08-0713-31/+57
|\ \ | |/
| * 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
| |
* | Simple tool to compare json and sql storageNed Batchelder2018-08-051-0/+40
| |
* | Improved debuggingNed Batchelder2018-08-045-16/+35
| |
* | Pull combine_parallel_data out of CoverageDataNed Batchelder2018-08-043-73/+77
| |
* | 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
|/
* 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
| |