Actualización de las pruebas del modulo
This commit is contained in:
4
tox.ini
4
tox.ini
@@ -4,8 +4,8 @@ envlist = {py37,py38,py39,py310}-{sqlite,postgresql}
|
||||
[testenv]
|
||||
extras = test
|
||||
commands =
|
||||
coverage run --include=./**/analytic_operation/* -m unittest discover -s tests
|
||||
coverage report --include=./**/analytic_operation/* --omit=*/tests/*
|
||||
coverage run --include=./**//* -m unittest discover -s tests
|
||||
coverage report --include=./**/analytic_operations/* --omit=*/tests/*
|
||||
deps =
|
||||
coverage
|
||||
postgresql: psycopg2 >= 2.7.0
|
||||
|
||||
Reference in New Issue
Block a user