From 064bed8f0fe5ec78c57fa18de69507cc79a5ee30 Mon Sep 17 00:00:00 2001 From: Diogo21Costa Date: Thu, 28 Sep 2023 16:16:46 +0100 Subject: [PATCH] feat(skeleton): add testing documentation structure Signed-off-by: Diogo21Costa --- source/development/testing.rst | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/source/development/testing.rst b/source/development/testing.rst index 96994bb..855bf41 100644 --- a/source/development/testing.rst +++ b/source/development/testing.rst @@ -1,2 +1,36 @@ Testing ======= + + +Test framework overview +----------------------- + +Practical guide +--------------- + +Directory structure +******************* + +Test Configuration file +*********************** + +Tests definition +**************** + +How to use +********** + + +For advanced Users +------------------ + + +Extending framework tests +------------------------- + +Contribute to tests repository +****************************** + + +Examples +--------