|
@@ -24,9 +24,9 @@ deps =
|
|
|
black
|
|
|
flake8
|
|
|
commands =
|
|
|
- isort src --check
|
|
|
- black src tests --check
|
|
|
- flake8 src tests
|
|
|
+ isort taipy --check
|
|
|
+ black taipy tests --check
|
|
|
+ flake8 taipy tests
|
|
|
|
|
|
[testenv:linux]
|
|
|
platform = linux
|
|
@@ -34,8 +34,8 @@ commands =
|
|
|
pipenv install --dev
|
|
|
pipenv run ipython kernel install --name "python3" --user
|
|
|
pipenv run playwright install chromium --with-deps
|
|
|
- pipenv run mypy --config-file mypy.ini src
|
|
|
- pipenv run pytest -s --cov=src --cov-append --cov-report=xml --cov-report term-missing tests
|
|
|
+ pipenv run mypy --config-file mypy.ini taipy
|
|
|
+ pipenv run pytest -s --cov=taipy --cov-append --cov-report=xml --cov-report term-missing tests
|
|
|
|
|
|
[testenv:windows]
|
|
|
platform = win32
|