remove pytest cache
Browse files- .pytest_cache/.gitignore +0 -2
- .pytest_cache/CACHEDIR.TAG +0 -4
- .pytest_cache/README.md +0 -8
- .pytest_cache/v/cache/nodeids +0 -16
.pytest_cache/.gitignore
DELETED
|
@@ -1,2 +0,0 @@
|
|
| 1 |
-
# Created by pytest automatically.
|
| 2 |
-
*
|
|
|
|
|
|
|
|
|
.pytest_cache/CACHEDIR.TAG
DELETED
|
@@ -1,4 +0,0 @@
|
|
| 1 |
-
Signature: 8a477f597d28d172789f06886806bc55
|
| 2 |
-
# This file is a cache directory tag created by pytest.
|
| 3 |
-
# For information about cache directory tags, see:
|
| 4 |
-
# https://bford.info/cachedir/spec.html
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.pytest_cache/README.md
DELETED
|
@@ -1,8 +0,0 @@
|
|
| 1 |
-
# pytest cache directory #
|
| 2 |
-
|
| 3 |
-
This directory contains data from the pytest's cache plugin,
|
| 4 |
-
which provides the `--lf` and `--ff` options, as well as the `cache` fixture.
|
| 5 |
-
|
| 6 |
-
**Do not** commit this to version control.
|
| 7 |
-
|
| 8 |
-
See [the docs](https://docs.pytest.org/en/stable/how-to/cache.html) for more information.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.pytest_cache/v/cache/nodeids
DELETED
|
@@ -1,16 +0,0 @@
|
|
| 1 |
-
[
|
| 2 |
-
"voice2/tests/test_interrupt_controller.py::test_clear",
|
| 3 |
-
"voice2/tests/test_interrupt_controller.py::test_debounce_allows_after_window",
|
| 4 |
-
"voice2/tests/test_interrupt_controller.py::test_debounce_blocks_second",
|
| 5 |
-
"voice2/tests/test_interrupt_controller.py::test_trigger_sets_event",
|
| 6 |
-
"voice2/tests/test_ring_buffer.py::test_append_and_get",
|
| 7 |
-
"voice2/tests/test_ring_buffer.py::test_capacity_trimming",
|
| 8 |
-
"voice2/tests/test_ring_buffer.py::test_clear",
|
| 9 |
-
"voice2/tests/test_ring_buffer.py::test_preroll_extraction",
|
| 10 |
-
"voice2/tests/test_state_controller.py::test_floor_blocks_agent_speaking",
|
| 11 |
-
"voice2/tests/test_state_controller.py::test_invalid_transition_rejected",
|
| 12 |
-
"voice2/tests/test_state_controller.py::test_snapshot",
|
| 13 |
-
"voice2/tests/test_state_controller.py::test_stopped_blocks_all",
|
| 14 |
-
"voice2/tests/test_state_controller.py::test_turn_counter",
|
| 15 |
-
"voice2/tests/test_state_controller.py::test_valid_transition"
|
| 16 |
-
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|