Update CONTRIBUTING.md

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

View file

@ -97,7 +97,7 @@ If needed, other contributors can help you with it later.
All integration tests are stored in `tests/integration/targets` subdirectories. All integration tests are stored in `tests/integration/targets` subdirectories.
Go to the subdirectory containing the 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` 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. There is the `main.yml` file which includes other test files.
Look for a suitable one to integrate your tests or create and include a dedicated one. Look for a suitable one to integrate your tests or create and include a dedicated one.