core/sqlite: move tests to separate module, pickling during Pool.submit can't handle importing :(
This commit is contained in:
parent
e99e8725b1
commit
f09ca17560
3 changed files with 64 additions and 55 deletions
1
tox.ini
1
tox.ini
|
@ -11,6 +11,7 @@ commands =
|
|||
pip install -e .[testing]
|
||||
python3 -m pytest \
|
||||
tests/core.py \
|
||||
tests/sqlite.py \
|
||||
tests/get_files.py \
|
||||
{posargs}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue