Ne pas supprimer les données de test à la fin

This commit is contained in:
Colin Maudry
2026-03-18 21:48:23 +01:00
parent 125c520c19
commit 9da3d9ce34
-4
View File
@@ -48,10 +48,6 @@ def test_data():
pl.DataFrame(data).write_parquet("tests/test.parquet")
yield path
if os.path.exists(path):
os.unlink(path)
print(path, "deleted")
def pytest_setup_options():
options = Options()