From 1769bbd99000e1177c9ae8674660498d29f2bd64 Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Fri, 19 Mar 2021 07:38:07 +0100 Subject: [PATCH] Update CONTRIBUTING.md Co-authored-by: Jorge Rodriguez (A.K.A. Tiriel) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 00496fc..04f5477 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -99,7 +99,7 @@ All integration tests are stored in `tests/integration/targets` subdirectories. Go to the subdirectory containing the name of module you are going to change. For example, if you are fixing the `mysql_user` module, its tests are in `tests/integration/targets/test_mysql_user/tasks`. -There is the `main.yml` file which includes other test files. +The `main.yml` file holds test tasks and includes other test files. Look for a suitable one to integrate your tests or create and include a dedicated one. You can use one of the existing test files as a draft.