Premier test UI

This commit is contained in:
Colin Maudry
2026-02-04 23:33:59 +01:00
parent 39af4bafbe
commit 61dbf237cf
5 changed files with 94 additions and 1 deletions
+17
View File
@@ -22,5 +22,22 @@ dependencies = [
[project.optional-dependencies]
dev = [
"pytest",
"pytest-env",
"pre-commit",
"selenium",
"webdriver-manager",
"dash[testing]",
]
[tool.pytest.ini_options]
pythonpath = [
"src"
]
testpaths = [
"tests"
]
env = [
"DATA_FILE_PARQUET_PATH=tests/test.parquet"
]
addopts = "-p no:warnings"