initial commit

This commit is contained in:
2026-01-11 22:56:02 +01:00
commit 6426ddd0ab
408 changed files with 95071 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
Signature: 8a477f597d28d172789f06886806bc55
# This file is a cache directory tag created by pytest.
# For information about cache directory tags, see:
# https://bford.info/cachedir/spec.html

View File

@@ -0,0 +1,8 @@
# pytest cache directory #
This directory contains data from the pytest's cache plugin,
which provides the `--lf` and `--ff` options, as well as the `cache` fixture.
**Do not** commit this to version control.
See [the docs](https://docs.pytest.org/en/stable/how-to/cache.html) for more information.

View File

@@ -0,0 +1,3 @@
{
"tests/test_upload.py::TestClient": true
}

9
backend/.pytest_cache/v/cache/nodeids vendored Normal file
View File

@@ -0,0 +1,9 @@
[
"tests/test_analysis.py::test_feature_importance",
"tests/test_analysis.py::test_outlier_detection_multivariate",
"tests/test_analysis.py::test_outlier_detection_univariate",
"tests/test_analysis.py::test_run_regression",
"tests/test_upload.py::test_health_check",
"tests/test_upload.py::test_upload_csv",
"tests/test_upload.py::test_upload_invalid_format"
]