From a44b900d0b2ce0c200e996bfaa977e10f403517b Mon Sep 17 00:00:00 2001 From: ks129 <45097959+ks129@users.noreply.github.com> Date: Sat, 14 Nov 2020 11:45:15 +0200 Subject: Create testing resources --- .../apps/resources/tests/testing_resources/testing/_category_info.yaml | 1 + .../resources/tests/testing_resources/testing/foobar/_category_info.yaml | 1 + .../resources/tests/testing_resources/testing/foobar/resource_test.yaml | 1 + .../apps/resources/tests/testing_resources/testing/my_resource.yaml | 1 + 4 files changed, 4 insertions(+) create mode 100644 pydis_site/apps/resources/tests/testing_resources/testing/_category_info.yaml create mode 100644 pydis_site/apps/resources/tests/testing_resources/testing/foobar/_category_info.yaml create mode 100644 pydis_site/apps/resources/tests/testing_resources/testing/foobar/resource_test.yaml create mode 100644 pydis_site/apps/resources/tests/testing_resources/testing/my_resource.yaml diff --git a/pydis_site/apps/resources/tests/testing_resources/testing/_category_info.yaml b/pydis_site/apps/resources/tests/testing_resources/testing/_category_info.yaml new file mode 100644 index 00000000..bae17ea3 --- /dev/null +++ b/pydis_site/apps/resources/tests/testing_resources/testing/_category_info.yaml @@ -0,0 +1 @@ +name: Testing diff --git a/pydis_site/apps/resources/tests/testing_resources/testing/foobar/_category_info.yaml b/pydis_site/apps/resources/tests/testing_resources/testing/foobar/_category_info.yaml new file mode 100644 index 00000000..eaac32d9 --- /dev/null +++ b/pydis_site/apps/resources/tests/testing_resources/testing/foobar/_category_info.yaml @@ -0,0 +1 @@ +name: Foobar diff --git a/pydis_site/apps/resources/tests/testing_resources/testing/foobar/resource_test.yaml b/pydis_site/apps/resources/tests/testing_resources/testing/foobar/resource_test.yaml new file mode 100644 index 00000000..22835090 --- /dev/null +++ b/pydis_site/apps/resources/tests/testing_resources/testing/foobar/resource_test.yaml @@ -0,0 +1 @@ +name: Resource Test diff --git a/pydis_site/apps/resources/tests/testing_resources/testing/my_resource.yaml b/pydis_site/apps/resources/tests/testing_resources/testing/my_resource.yaml new file mode 100644 index 00000000..61df6173 --- /dev/null +++ b/pydis_site/apps/resources/tests/testing_resources/testing/my_resource.yaml @@ -0,0 +1 @@ +name: My Resource -- cgit v1.2.3