Update dependencies
This commit is contained in:
@ -2,12 +2,12 @@
|
||||
fmt = "ruff format ${PWD}"
|
||||
lint = "ruff check --fix ${PWD}"
|
||||
check = "basedpyright ${PWD}"
|
||||
test = "pytest ${PWD}"
|
||||
test = "pytest ${PWD} --alluredir allure-results --driver chrome"
|
||||
all = [ {ref="fmt"}, {ref="lint"}, {ref="check"}, {ref="test"} ]
|
||||
"ci:fmt" = "ruff format --check ${PWD}" # fail if not formatted
|
||||
"ci:lint" = "ruff check ${PWD}"
|
||||
[tool.poe.tasks.coverage]
|
||||
cmd = "pytest --ignore tests/integration/frontend --cov-config=${PWD}/.coveragerc --cov --cov-report=html --cov-report=term-missing --alluredir allure-results"
|
||||
cmd = "pytest --ignore ${POE_PWD}/tests/integration/frontend --cov-config=${PWD}/.coveragerc --cov --cov-report=html --cov-report=term-missing --alluredir allure-results"
|
||||
cwd = "${POE_PWD}"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user