mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-24 03:11:25 -07:00
Update CONTRIBUTING.md
Co-authored-by: Sandra McCann <samccann@redhat.com>
This commit is contained in:
parent
648ff5ff9f
commit
a5c1820c95
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue