Correction du téléchargemnent buggé dans /tableau + test

This commit is contained in:
Colin Maudry
2026-02-22 18:39:31 +01:00
parent 367e5f64ff
commit 4619dd2708
6 changed files with 51 additions and 5 deletions
+3 -1
View File
@@ -28,6 +28,7 @@ dev = [
"selenium",
"webdriver-manager",
"dash[testing]",
"fastexcel"
]
[tool.pytest.ini_options]
@@ -38,6 +39,7 @@ testpaths = [
"tests"
]
env = [
"DATA_FILE_PARQUET_PATH=tests/test.parquet"
"DATA_FILE_PARQUET_PATH=tests/test.parquet",
"DEVELOPMENT=true"
]
addopts = "-p no:warnings"