Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add default structure for all test cases #1872

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@ Contents

.. toctree::
:includehidden:
:maxdepth: 3
:maxdepth: 6

user_guide/index
plugins/index
tests/index


user_guide/bugReport
Expand Down
16 changes: 16 additions & 0 deletions docs/tests/general/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
.. _tests_general:

General Test Cases
===============================================================================

Contents
---------------------------------------------------------------------

.. toctree::
:includehidden:
:maxdepth: 3

..
add the path to each core feature test case here
example core/homepage_tests

14 changes: 14 additions & 0 deletions docs/tests/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
.. _tests_scopy:

Test Cases
===============================================================================

Contents
---------------------------------------------------------------------

.. toctree::
:includehidden:
:maxdepth: 3

plugins/index
general/index
16 changes: 16 additions & 0 deletions docs/tests/plugins/index.rst
Original file line number Diff line number Diff line change
@@ -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

Loading