summaryrefslogtreecommitdiffstats
path: root/ansible_collections/cisco/meraki/.pytest_cache
diff options
context:
space:
mode:
Diffstat (limited to 'ansible_collections/cisco/meraki/.pytest_cache')
-rw-r--r--ansible_collections/cisco/meraki/.pytest_cache/.gitignore2
-rw-r--r--ansible_collections/cisco/meraki/.pytest_cache/CACHEDIR.TAG4
-rw-r--r--ansible_collections/cisco/meraki/.pytest_cache/README.md8
-rw-r--r--ansible_collections/cisco/meraki/.pytest_cache/v/cache/lastfailed3
-rw-r--r--ansible_collections/cisco/meraki/.pytest_cache/v/cache/nodeids16
-rw-r--r--ansible_collections/cisco/meraki/.pytest_cache/v/cache/stepwise1
6 files changed, 34 insertions, 0 deletions
diff --git a/ansible_collections/cisco/meraki/.pytest_cache/.gitignore b/ansible_collections/cisco/meraki/.pytest_cache/.gitignore
new file mode 100644
index 00000000..bc1a1f61
--- /dev/null
+++ b/ansible_collections/cisco/meraki/.pytest_cache/.gitignore
@@ -0,0 +1,2 @@
+# Created by pytest automatically.
+*
diff --git a/ansible_collections/cisco/meraki/.pytest_cache/CACHEDIR.TAG b/ansible_collections/cisco/meraki/.pytest_cache/CACHEDIR.TAG
new file mode 100644
index 00000000..fce15ad7
--- /dev/null
+++ b/ansible_collections/cisco/meraki/.pytest_cache/CACHEDIR.TAG
@@ -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
diff --git a/ansible_collections/cisco/meraki/.pytest_cache/README.md b/ansible_collections/cisco/meraki/.pytest_cache/README.md
new file mode 100644
index 00000000..b89018ce
--- /dev/null
+++ b/ansible_collections/cisco/meraki/.pytest_cache/README.md
@@ -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.
diff --git a/ansible_collections/cisco/meraki/.pytest_cache/v/cache/lastfailed b/ansible_collections/cisco/meraki/.pytest_cache/v/cache/lastfailed
new file mode 100644
index 00000000..2d9329df
--- /dev/null
+++ b/ansible_collections/cisco/meraki/.pytest_cache/v/cache/lastfailed
@@ -0,0 +1,3 @@
+{
+ "tests/unit/test_meraki_ms_switchport.py": true
+} \ No newline at end of file
diff --git a/ansible_collections/cisco/meraki/.pytest_cache/v/cache/nodeids b/ansible_collections/cisco/meraki/.pytest_cache/v/cache/nodeids
new file mode 100644
index 00000000..741ac239
--- /dev/null
+++ b/ansible_collections/cisco/meraki/.pytest_cache/v/cache/nodeids
@@ -0,0 +1,16 @@
+[
+ "tests/unit/test_meraki_admin.py::test_find_admin_fail",
+ "tests/unit/test_meraki_admin.py::test_find_admin_success",
+ "tests/unit/test_meraki_admin.py::test_get_admin_id_by_email_not_found",
+ "tests/unit/test_meraki_admin.py::test_get_admin_id_by_email_success",
+ "tests/unit/test_meraki_admin.py::test_get_admin_id_by_emailnot_found",
+ "tests/unit/test_meraki_admin.py::test_get_admin_id_by_name_success",
+ "tests/unit/test_meraki_admin.py::test_get_admin_id_by_namenot_found",
+ "tests/unit/test_meraki_admin.py::test_get_admin_id_not_found",
+ "tests/unit/test_meraki_admin.py::test_get_admin_id_success",
+ "tests/unit/test_meraki_admin.py::test_get_admin_not_found",
+ "tests/unit/test_meraki_admin.py::test_get_admin_success",
+ "tests/unit/test_meraki_admin.py::test_get_admins_success",
+ "tests/unit/test_meraki_ms_switchport.py::test_bye",
+ "tests/unit/test_meraki_ms_switchport.py::test_hello"
+] \ No newline at end of file
diff --git a/ansible_collections/cisco/meraki/.pytest_cache/v/cache/stepwise b/ansible_collections/cisco/meraki/.pytest_cache/v/cache/stepwise
new file mode 100644
index 00000000..0637a088
--- /dev/null
+++ b/ansible_collections/cisco/meraki/.pytest_cache/v/cache/stepwise
@@ -0,0 +1 @@
+[] \ No newline at end of file