From 0c981aa78f931cac17ee0e98d2d05a5332b10388 Mon Sep 17 00:00:00 2001 From: Diogo21Costa Date: Thu, 13 Jul 2023 10:55:41 +0100 Subject: [PATCH] feat(guidelines): Add contributing guidelines to test definition --- source/development/testing.rst | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/source/development/testing.rst b/source/development/testing.rst index b3eb094..6824ae8 100644 --- a/source/development/testing.rst +++ b/source/development/testing.rst @@ -155,6 +155,10 @@ The macro consists of three components: allowing for better organization based on functionality or the module/component being tested. +The implementation of tests must follow the +`contributing guidelines `_ + Asserts *********** @@ -397,12 +401,6 @@ tested. It contains the following fields: }; }; -Test Implementation -------------------- -Follow Contributing Guides and the testing guidelines: -- -- -- Appendix I ----------