From 8ecd68405577076fac94d52c28d6b0816830b8ac Mon Sep 17 00:00:00 2001 From: Petr "Stone" Hracek Date: May 22 2017 10:27:11 +0000 Subject: First draft how to test modules and containers Signed-off-by: Petr "Stone" Hracek --- diff --git a/source/development/building-modules/testing-modules.rst b/source/development/building-modules/testing-modules.rst new file mode 100644 index 0000000..24beb8c --- /dev/null +++ b/source/development/building-modules/testing-modules.rst @@ -0,0 +1,21 @@ +Testing modules and containers with Modularity-Testing-Framework +================================================================ + +To test modules and containers, you need to have the `Modularity-Testing-Framework https://pagure.io/modularity-testing-framework/` installed on your system. + +:: + + $ sudo dnf copr enable phracek/Modularity-testing-framework + $ sudo dnf install -y modularity-testing-framework + +How to write a simple test +-------------------------- +Link to documentation `how to write tests http://modularity-testing-framework.readthedocs.io/en/latest/overview.html#how-to-write-tests`. + +How to run tests +---------------- +Link to documentation is `here http://modularity-testing-framework.readthedocs.io/en/latest/overview.html#schedule-tests`. + +Reference to read the docs +-------------------------- +Modularity-testing-framework has the documentation `here http://modularity-testing-framework.readthedocs.io/en/latest/index.html`.