From 6fb0b2187e8343f80afd14fc3e2e6fa6665de7a7 Mon Sep 17 00:00:00 2001 From: francastell Date: Tue, 19 Dec 2023 15:43:04 -0500 Subject: [PATCH] G3-9 Initial --- tests/controllers/.pytest_cache/.gitignore | 2 -- tests/controllers/.pytest_cache/CACHEDIR.TAG | 4 ---- tests/controllers/.pytest_cache/README.md | 8 -------- 3 files changed, 14 deletions(-) delete mode 100644 tests/controllers/.pytest_cache/.gitignore delete mode 100644 tests/controllers/.pytest_cache/CACHEDIR.TAG delete mode 100644 tests/controllers/.pytest_cache/README.md diff --git a/tests/controllers/.pytest_cache/.gitignore b/tests/controllers/.pytest_cache/.gitignore deleted file mode 100644 index ca0633e..0000000 --- a/tests/controllers/.pytest_cache/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -# Created by pytest automatically. -v diff --git a/tests/controllers/.pytest_cache/CACHEDIR.TAG b/tests/controllers/.pytest_cache/CACHEDIR.TAG deleted file mode 100644 index fce15ad..0000000 --- a/tests/controllers/.pytest_cache/CACHEDIR.TAG +++ /dev/null @@ -1,4 +0,0 @@ -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 diff --git a/tests/controllers/.pytest_cache/README.md b/tests/controllers/.pytest_cache/README.md deleted file mode 100644 index b89018c..0000000 --- a/tests/controllers/.pytest_cache/README.md +++ /dev/null @@ -1,8 +0,0 @@ -# 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.