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 ----------