index
:
delta/python-coveragepy-git.git
dependabot/github_actions/styfle/cancel-workflow-action-0.9.1
gh-actions
good-meta
master
nedbat/1044
nedbat/1244-again
nedbat/1260
nedbat/1497
nedbat/310-kits
nedbat/5.5x
nedbat/another-1010
nedbat/badge
nedbat/balanced-xdist
nedbat/better-combine-action
nedbat/bin-exclude
nedbat/bpo-44450
nedbat/bug-1303-master
nedbat/bug1010
nedbat/bug1093
nedbat/bug1138
nedbat/bug1150
nedbat/bug1160
nedbat/bug1283
nedbat/bug841
nedbat/bug888
nedbat/bug913
nedbat/bug919
nedbat/bug959
nedbat/bug976
nedbat/bug989
nedbat/close-data
nedbat/cog
nedbat/combine-action
nedbat/configfile-simplification
nedbat/coverage-action
nedbat/dashq
nedbat/data-modes
nedbat/debug-1298
nedbat/debug-1373
nedbat/debug-1553
nedbat/debug-1554
nedbat/debug-wtf-debug-output
nedbat/drop-36
nedbat/drop-py2
nedbat/exceptions
nedbat/faster-branches
nedbat/favicon
nedbat/fix-1303
nedbat/fix-1307
nedbat/fix-appveyor
nedbat/fix-auditwheel-install-kit
nedbat/fix-c-tracer
nedbat/fix-race-condition
nedbat/fix-sphinx
nedbat/fix-tomli-tests-1228
nedbat/fix-win
nedbat/gevent-1.3
nedbat/gha-3.11.0a4
nedbat/goals-poc
nedbat/html-skip-covered
nedbat/lint-doc-gha
nedbat/mac-arm-kits
nedbat/make-upgrade-docs-tools
nedbat/metacov-badge
nedbat/metacov-publish
nedbat/metacov-sparse-reports
nedbat/missing-line
nedbat/more-kit-matrix
nedbat/more-source-warnings
nedbat/multi-concurrency
nedbat/nested-tracing
nedbat/no-globals
nedbat/no-prerel-kits
nedbat/no-select
nedbat/overeengineered-tox-retries
nedbat/parallel-reports-1504-metacov
nedbat/pep626
nedbat/pep669
nedbat/picklable
nedbat/plugin-error-handling
nedbat/pr
nedbat/py3.11
nedbat/pylint-bug-3489
nedbat/pypy-kit-without-setup-py
nedbat/pypy-kits-1049
nedbat/pypy37
nedbat/pypy38
nedbat/pytest-7
nedbat/python-dev
nedbat/pythons
nedbat/remove-unittest-testcase
nedbat/run-tests-when-making-kits
nedbat/run_envvar_553
nedbat/show_calls_debugging
nedbat/sigstore-kit
nedbat/smarter-debug-data
nedbat/split-changes
nedbat/sqldata-edge-tests
nedbat/test-2506
nedbat/test-branch
nedbat/test_goldtest
nedbat/travis-39
nedbat/try-win
nedbat/tryout-bb32
nedbat/tweak-actions
nedbat/tweak-metacov
nedbat/unittest2pytest
nedbat/upgrade
nedbat/upgrade-with-kits
nedbat/virtualenv-33
nedbat/virtualenv-34
nedbat/virtualenv-detection-905
nedbat/while-edge-tests
nedbat/wtf-sqlite
pr/1044
pr/1567
stable
v4.5.x
v5.x
github.com: nedbat/coveragepy.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test_data.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
A test for 'no such table: meta' as in #716.
Ned Batchelder
2018-10-16
1
-0
/
+12
*
More tests need clear separation of databases
Ned Batchelder
2018-09-02
1
-13
/
+13
*
Tests of the schema checking
Ned Batchelder
2018-08-26
1
-10
/
+32
*
Stop TempDirTest from complaining that no files were made
Ned Batchelder
2018-08-24
1
-0
/
+1
*
PyPy needs to close cursors from pragmas
Ned Batchelder
2018-08-24
1
-0
/
+2
*
Cop out for a json/sql difference in data types
Ned Batchelder
2018-08-24
1
-5
/
+5
*
Get file_tracer semantics right, whew
Ned Batchelder
2018-08-24
1
-2
/
+2
*
Be flexible, and accept either json-sourced or sql-source error messages in s...
Ned Batchelder
2018-08-24
1
-2
/
+8
*
Skip some tests for SQL for now
Ned Batchelder
2018-08-24
1
-2
/
+4
*
Start moving suffix to constructor
Ned Batchelder
2018-08-12
1
-14
/
+15
*
A little better
Ned Batchelder
2018-08-11
1
-2
/
+2
*
Don't add data by asking about data
Ned Batchelder
2018-08-11
1
-0
/
+7
*
Implement more
Ned Batchelder
2018-08-11
1
-8
/
+11
*
Move line_counts out of the data classes
Ned Batchelder
2018-08-10
1
-4
/
+4
*
Move a common method outside the data classes
Ned Batchelder
2018-08-10
1
-4
/
+5
*
Merge branch 'master' into nedbat/data-sqlite
Ned Batchelder
2018-08-07
1
-8
/
+11
|
\
|
*
Check data file existence while testing combining
Ned Batchelder
2018-08-07
1
-7
/
+10
|
*
assert_file_count
Ned Batchelder
2018-08-07
1
-1
/
+1
*
|
Pull combine_parallel_data out of CoverageData
Ned Batchelder
2018-08-04
1
-6
/
+6
*
|
Make file operations implicit on constructed filename
Ned Batchelder
2018-07-23
1
-37
/
+39
*
|
CoverageData now also handles file operations
Ned Batchelder
2018-07-23
1
-41
/
+32
|
/
*
Update NOTICE link to GitHub.
Ned Batchelder
2018-06-24
1
-1
/
+1
*
Big refactor of debug logging
Ned Batchelder
2017-03-22
1
-1
/
+2
*
Oh, i had tests for those messages...
Ned Batchelder
2016-10-21
1
-3
/
+1
*
Add more debugging for thorny multiprocessing issues
Ned Batchelder
2016-09-23
1
-1
/
+3
*
Yield statements that are not resumed shouldn't be marked as missing. #440
Ned Batchelder
2016-01-31
1
-1
/
+1
*
Fix a crash when reporting on an unmeasured file. #403
Ned Batchelder
2015-08-28
1
-0
/
+23
*
Data dumps can be canonicalized for comparison
Ned Batchelder
2015-08-24
1
-10
/
+2
*
Change CoverageData.read and .write to .read_fileobj and .write_fileobj
Ned Batchelder
2015-08-21
1
-2
/
+2
*
CoverageData.read and .write are now inverses of each other.
Ned Batchelder
2015-08-20
1
-1
/
+12
*
Touching files in an empty CoverageData shouldn't force lines. #399
Ned Batchelder
2015-08-20
1
-71
/
+108
*
Refactor some data test code
Ned Batchelder
2015-08-14
1
-22
/
+22
*
Fixing spelling
Ned Batchelder
2015-08-04
1
-1
/
+1
*
Erasing in parallel mode now deletes all the data files. #262
Ned Batchelder
2015-07-30
1
-0
/
+10
*
Clean up from the merge of PR 62
Ned Batchelder
2015-07-30
1
-3
/
+30
*
extend combine parameters to allow for file names and shell globs
Alexander Todorov
2015-07-29
1
-1
/
+1
*
When directories are provided to combine data files, fail if one doesn't exist.
Ned Batchelder
2015-07-28
1
-1
/
+13
*
Combine run_infos when combining data.
Ned Batchelder
2015-07-26
1
-9
/
+31
*
_GO_AWAY is not public.
Ned Batchelder
2015-07-26
1
-3
/
+3
*
Test CoverageData.run_info
Ned Batchelder
2015-07-26
1
-2
/
+17
*
More "plugin" --> "file tracer" in CoverageData.
Ned Batchelder
2015-07-25
1
-17
/
+17
*
Use more specific names than 'plugins', since there will be more of them in t...
Ned Batchelder
2015-07-24
1
-26
/
+26
*
Add license mention to the top of all files. #313.
Ned Batchelder
2015-07-24
1
-0
/
+3
*
The data file now has a warning in it, and is not pure JSON.
Ned Batchelder
2015-07-23
1
-4
/
+13
*
Fix the debug_main test to be order-invariant.
Ned Batchelder
2015-07-23
1
-31
/
+26
*
Test (and fix!) the secret data dumper.
Ned Batchelder
2015-07-23
1
-2
/
+54
*
Don't write a plugins key if there are no plugins.
Ned Batchelder
2015-07-22
1
-0
/
+4
*
Data files are now JSON instead of pickles. Fixes #236.
Ned Batchelder
2015-07-21
1
-70
/
+70
*
Remove CoverageData(collector=), we'll do it differently soon.
Ned Batchelder
2015-07-21
1
-2
/
+2
*
Add docs to CoverageData.
Ned Batchelder
2015-07-20
1
-0
/
+2
[next]