platform = linux|win32
commands =
{[testenv]commands}
- {envpython} -m pytest --cov=sqlconvert
+ {envpython} -m pytest
{envpython} {envbindir}/mysql2sql -P demo/demo.sql test.out
cmp.py -i tests/mysql2sql/test.out test.out
rm.py -f test.out
commands =
{[testenv]commands}
-rm.py -f /tmp/test.sqdb
- {envpython} -m pytest --cov=sqlconvert -D sqlite:///tmp/test.sqdb
+ {envpython} -m pytest -D sqlite:///tmp/test.sqdb
rm.py -f /tmp/test.sqdb
[testenv:{py27,py34,py35,py36,py37,py38,py39}-sqlite-w32]
commands =
{[testenv]commands}
-rm.py -f C:/projects/sqlconvert/test.sqdb
- pytest --cov=sqlconvert -D sqlite:/C:/projects/sqlconvert/test.sqdb?debug=1
+ pytest -D sqlite:/C:/projects/sqlconvert/test.sqdb?debug=1
rm.py -f C:/projects/sqlconvert/test.sqdb
[testenv:{py27,py34,py35,py36,py37,py38,py39}-postgres]
{[testenv]commands}
-dropdb --username=runner test
createdb --username=runner test
- {envpython} -m pytest --cov=sqlconvert -D postgres://runner:test@localhost/test
+ {envpython} -m pytest -D postgres://runner:test@localhost/test
dropdb --username=runner test
[testenv:{py27,py34,py35,py36,py37,py38,py39}-postgres-w32]
{[testenv]commands}
-dropdb --username=postgres --no-password test
createdb --username=postgres --no-password test
- pytest --cov=sqlconvert -D "postgres://postgres:Password12!@localhost/test"
+ pytest -D "postgres://postgres:Password12!@localhost/test"
dropdb --username=postgres --no-password test
# flake8