core/sqlite: move tests to separate module, pickling during Pool.submit can't handle importing :(

This commit is contained in:
Dima Gerasimov 2021-04-05 07:56:05 +01:00 committed by karlicoss
parent e99e8725b1
commit f09ca17560
3 changed files with 64 additions and 55 deletions

View file

@ -11,6 +11,7 @@ commands =
pip install -e .[testing]
python3 -m pytest \
tests/core.py \
tests/sqlite.py \
tests/get_files.py \
{posargs}