From 648ff5ff9f778423ca53773b8ac1c32d92f42917 Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Fri, 19 Mar 2021 07:36:38 +0100 Subject: [PATCH] Update CONTRIBUTING.md Co-authored-by: Sandra McCann --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3212756..39b7448 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -96,7 +96,7 @@ Note: If there are any difficulties with writing the tests or you are not sure i If needed, other contributors can help you with it later. All integration tests are stored in `tests/integration/targets` subdirectories. -You are interested in a subdirectory containing a name of module you are going to change. +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.