initial commit
This commit is contained in:
4
backend/.pytest_cache/CACHEDIR.TAG
Normal file
4
backend/.pytest_cache/CACHEDIR.TAG
Normal 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
|
||||
8
backend/.pytest_cache/README.md
Normal file
8
backend/.pytest_cache/README.md
Normal 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.
|
||||
3
backend/.pytest_cache/v/cache/lastfailed
vendored
Normal file
3
backend/.pytest_cache/v/cache/lastfailed
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"tests/test_upload.py::TestClient": true
|
||||
}
|
||||
9
backend/.pytest_cache/v/cache/nodeids
vendored
Normal file
9
backend/.pytest_cache/v/cache/nodeids
vendored
Normal 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"
|
||||
]
|
||||
Reference in New Issue
Block a user