Update CONTRIBUTING.md

Co-authored-by: Sandra McCann <samccann@redhat.com>
This commit is contained in:
Andrew Klychkov 2021-03-19 07:36:38 +01:00
parent 9003b1e2da
commit 648ff5ff9f

View file

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