From 064bed8f0fe5ec78c57fa18de69507cc79a5ee30 Mon Sep 17 00:00:00 2001 From: Diogo21Costa Date: Thu, 28 Sep 2023 16:16:46 +0100 Subject: [PATCH 1/2] 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 +-------- From 20d50ebd6a57450cabd9ac01c0cbfa92effaedad Mon Sep 17 00:00:00 2001 From: Diogo21Costa Date: Fri, 29 Sep 2023 13:39:43 +0100 Subject: [PATCH 2/2] fix(doc): include some format tweaks Signed-off-by: Diogo21Costa --- source/development/testing.rst | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/source/development/testing.rst b/source/development/testing.rst index 855bf41..1d46413 100644 --- a/source/development/testing.rst +++ b/source/development/testing.rst @@ -2,33 +2,33 @@ Testing ======= -Test framework overview +Test Framework Overview ----------------------- -Practical guide +Practical Guide --------------- -Directory structure +Directory Structure ******************* -Test Configuration file +Test Configuration File *********************** -Tests definition +Tests Definition **************** -How to use +How to Use ********** -For advanced Users +For Advanced Users ------------------ -Extending framework tests +Extending Framework Tests ------------------------- -Contribute to tests repository +Contribute to Tests Repository ******************************