From 24c97b198b3e9869b04752c35c53ad2bb1586121 Mon Sep 17 00:00:00 2001 From: AlexandraTrifan Date: Fri, 10 Jan 2025 17:14:02 +0200 Subject: [PATCH] docs: add default structure for all test cases Signed-off-by: AlexandraTrifan --- docs/index.rst | 3 ++- docs/tests/index.rst | 13 +++++++++++++ docs/tests/plugins/index.rst | 16 ++++++++++++++++ 3 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 docs/tests/index.rst create mode 100644 docs/tests/plugins/index.rst diff --git a/docs/index.rst b/docs/index.rst index fe5b9b82d9..5873910cd4 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -23,10 +23,11 @@ Contents .. toctree:: :includehidden: - :maxdepth: 3 + :maxdepth: 6 user_guide/index plugins/index + tests/index user_guide/bugReport diff --git a/docs/tests/index.rst b/docs/tests/index.rst new file mode 100644 index 0000000000..85f00124c6 --- /dev/null +++ b/docs/tests/index.rst @@ -0,0 +1,13 @@ +.. _tests_general: + +Test Cases +=============================================================================== + +Contents +--------------------------------------------------------------------- + +.. toctree:: + :includehidden: + :maxdepth: 3 + + plugins/index \ No newline at end of file diff --git a/docs/tests/plugins/index.rst b/docs/tests/plugins/index.rst new file mode 100644 index 0000000000..ffd245d65c --- /dev/null +++ b/docs/tests/plugins/index.rst @@ -0,0 +1,16 @@ +.. _tests_plugins: + +Plugins Test Cases +=============================================================================== + +Contents +--------------------------------------------------------------------- + +.. toctree:: + :includehidden: + :maxdepth: 3 + +.. + add the path to each plugin test case here + example dac/dac_tests +