mirror of
https://github.com/katanemo/plano.git
synced 2026-06-29 15:49:40 +02:00
fix e2e tests
This commit is contained in:
parent
b9799fcf4b
commit
5d99c8f3c3
3 changed files with 398 additions and 0 deletions
|
|
@ -24,6 +24,9 @@ dev = [
|
|||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["."]
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
python_files = ["test*.py"]
|
||||
addopts = ["-v", "-s"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue