summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Enable keeping test-created temp dirsNed Batchelder2018-08-243-4/+15
| | |
| * | Stop TempDirTest from complaining that no files were madeNed Batchelder2018-08-241-0/+1
| | |
| * | Change XML gold tests to not use a common source directoryNed Batchelder2018-08-241-40/+74
| | |
| * | PyPy needs to close cursors from pragmasNed Batchelder2018-08-243-3/+7
| | |
| * | Make it run on PyPy for time tests thereNed Batchelder2018-08-241-5/+7
| | |
| * | Cop out for a json/sql difference in data typesNed Batchelder2018-08-241-5/+5
| | |
| * | A better more accurate bool(data)Ned Batchelder2018-08-241-4/+1
| | |
| * | Get file_tracer semantics right, whewNed Batchelder2018-08-242-30/+53
| | |
| * | Be flexible, and accept either json-sourced or sql-source error messages in ↵Ned Batchelder2018-08-245-8/+37
| | | | | | | | | | | | some tests
| * | Skip some tests for SQL for nowNed Batchelder2018-08-244-2/+17
| | |
| * | Use pid-random suffixes for SQL filesNed Batchelder2018-08-142-9/+16
| | |
| * | Move the suffix parameter, but no implementation yetNed Batchelder2018-08-141-2/+2
| | |
| * | Remove an unused debugging thingNed Batchelder2018-08-144-22/+1
| | |
| * | Refactor initializationNed Batchelder2018-08-142-86/+112
| | | | | | | | | | | | | | | | | | | | | We need the data file suffix when the data file is created, not when write() is called. This required separating how different pieces were initialized. The old way was dumb anyway, since it (for example) created a Collector when reporting.
| * | Start moving suffix to constructorNed Batchelder2018-08-122-16/+19
| | |
| * | Sqlite update() methodNed Batchelder2018-08-111-0/+32
| | |
| * | Error handling in add_file_tracersNed Batchelder2018-08-111-0/+19
| | |
| * | A little betterNed Batchelder2018-08-112-3/+3
| | |
| * | Don't add data by asking about dataNed Batchelder2018-08-112-11/+33
| | |
| * | Implement moreNed Batchelder2018-08-113-25/+71
| | |
| * | Move line_counts out of the data classesNed Batchelder2018-08-107-47/+53
| | |
| * | Move a common method outside the data classesNed Batchelder2018-08-104-19/+29
| | |
| * | Forgot an importNed Batchelder2018-08-091-0/+1
| | |
| * | 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
| |\ \
| * \ \ Merge branch 'master' into nedbat/data-sqliteNed Batchelder2018-08-0713-31/+57
| |\ \ \
| * | | | 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
| | | | |
* | | | | 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
| | |