From 327b521dba73259ec4fefdbfd8ee3100879b3b30 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 12 Jun 2024 06:28:43 +0200 Subject: Merging upstream version 0.11. Signed-off-by: Daniel Baumann --- .pytest_cache/CACHEDIR.TAG | 4 ---- .pytest_cache/README.md | 8 -------- .pytest_cache/v/cache/lastfailed | 1 - .pytest_cache/v/cache/nodeids | 3 --- .pytest_cache/v/cache/stepwise | 1 - .vscode/settings.json | 6 ------ test/.pytest_cache/CACHEDIR.TAG | 4 ---- test/.pytest_cache/README.md | 8 -------- test/.pytest_cache/v/cache/lastfailed | 3 --- test/.pytest_cache/v/cache/nodeids | 3 --- test/.pytest_cache/v/cache/stepwise | 1 - 11 files changed, 42 deletions(-) delete mode 100644 .pytest_cache/CACHEDIR.TAG delete mode 100644 .pytest_cache/README.md delete mode 100644 .pytest_cache/v/cache/lastfailed delete mode 100644 .pytest_cache/v/cache/nodeids delete mode 100644 .pytest_cache/v/cache/stepwise delete mode 100644 .vscode/settings.json delete mode 100644 test/.pytest_cache/CACHEDIR.TAG delete mode 100644 test/.pytest_cache/README.md delete mode 100644 test/.pytest_cache/v/cache/lastfailed delete mode 100644 test/.pytest_cache/v/cache/nodeids delete mode 100644 test/.pytest_cache/v/cache/stepwise diff --git a/.pytest_cache/CACHEDIR.TAG b/.pytest_cache/CACHEDIR.TAG deleted file mode 100644 index fce15ad..0000000 --- a/.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/.pytest_cache/README.md b/.pytest_cache/README.md deleted file mode 100644 index b89018c..0000000 --- a/.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. diff --git a/.pytest_cache/v/cache/lastfailed b/.pytest_cache/v/cache/lastfailed deleted file mode 100644 index 9e26dfe..0000000 --- a/.pytest_cache/v/cache/lastfailed +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/.pytest_cache/v/cache/nodeids b/.pytest_cache/v/cache/nodeids deleted file mode 100644 index 5e6a081..0000000 --- a/.pytest_cache/v/cache/nodeids +++ /dev/null @@ -1,3 +0,0 @@ -[ - "test/test.py::test_notes" -] \ No newline at end of file diff --git a/.pytest_cache/v/cache/stepwise b/.pytest_cache/v/cache/stepwise deleted file mode 100644 index 0637a08..0000000 --- a/.pytest_cache/v/cache/stepwise +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index cd318de..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "files.associations": { - "random": "c", - "functional": "cpp" - } -} \ No newline at end of file diff --git a/test/.pytest_cache/CACHEDIR.TAG b/test/.pytest_cache/CACHEDIR.TAG deleted file mode 100644 index fce15ad..0000000 --- a/test/.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/test/.pytest_cache/README.md b/test/.pytest_cache/README.md deleted file mode 100644 index b89018c..0000000 --- a/test/.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. diff --git a/test/.pytest_cache/v/cache/lastfailed b/test/.pytest_cache/v/cache/lastfailed deleted file mode 100644 index f974275..0000000 --- a/test/.pytest_cache/v/cache/lastfailed +++ /dev/null @@ -1,3 +0,0 @@ -{ - "test.py::test_notes": true -} \ No newline at end of file diff --git a/test/.pytest_cache/v/cache/nodeids b/test/.pytest_cache/v/cache/nodeids deleted file mode 100644 index baac9f6..0000000 --- a/test/.pytest_cache/v/cache/nodeids +++ /dev/null @@ -1,3 +0,0 @@ -[ - "test.py::test_notes" -] \ No newline at end of file diff --git a/test/.pytest_cache/v/cache/stepwise b/test/.pytest_cache/v/cache/stepwise deleted file mode 100644 index 0637a08..0000000 --- a/test/.pytest_cache/v/cache/stepwise +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file -- cgit v1.2.3