diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2018-08-14 20:39:31 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2018-08-24 06:54:17 -0400 |
commit | 9b13a1a7d44d991c4c5dd51d5624f5abe84b77f8 (patch) | |
tree | bf0b853e137880342e939fc7e4d4d07688bc4d68 /coverage/sqldata.py | |
parent | 067d0a60384b5f12cfee622381cfb5905efb8e13 (diff) | |
download | python-coveragepy-git-9b13a1a7d44d991c4c5dd51d5624f5abe84b77f8.tar.gz |
Skip some tests for SQL for now
Diffstat (limited to 'coverage/sqldata.py')
-rw-r--r-- | coverage/sqldata.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/coverage/sqldata.py b/coverage/sqldata.py index f36a9385..c79ad175 100644 --- a/coverage/sqldata.py +++ b/coverage/sqldata.py @@ -3,9 +3,12 @@ """Sqlite coverage data.""" +# TODO: get rid of skip_unless_data_storage_is_json # TODO: check the schema # TODO: factor out dataop debugging to a wrapper class? # TODO: make sure all dataop debugging is in place somehow +# TODO: should writes be batched? +# TODO: settle the os.fork question import glob import os |