CTOR-985-anonymize-user-data-for-automated-tests-purpose (#5323)
Co-authored-by: May <110405507+mushroomempires@users.noreply.github.com>
This commit is contained in:
parent
8fe93f0498
commit
77ad3ff41a
|
@ -41,7 +41,7 @@ publicly and we'll get in touch with you by private message if this information
|
||||||
- [ ] I have provide data or shown output displaying the result of this code in the plugin area concerned.
|
- [ ] I have provide data or shown output displaying the result of this code in the plugin area concerned.
|
||||||
|
|
||||||
------------------------------------------------------------------------------------------------------
|
------------------------------------------------------------------------------------------------------
|
||||||
# Centreon team
|
# Centreon team (internal PR)
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
|
||||||
|
@ -75,8 +75,9 @@ Mention the automated tests included in this FOR (what they test like mode/optio
|
||||||
- [ ] I have **rebased** my development branch on the base branch (develop).
|
- [ ] I have **rebased** my development branch on the base branch (develop).
|
||||||
- [ ] In case of a new plugin, I have created the new packaging directory accordingly.
|
- [ ] In case of a new plugin, I have created the new packaging directory accordingly.
|
||||||
- [ ] I have implemented automated tests related to my commits.
|
- [ ] I have implemented automated tests related to my commits.
|
||||||
|
- [ ] Data used for automated tests are anonymized.
|
||||||
- [ ] I have reviewed all the help messages in all the .pm files I have modified.
|
- [ ] I have reviewed all the help messages in all the .pm files I have modified.
|
||||||
- [ ] All sentences begin with a capital letter.
|
- [ ] All sentences begin with a capital letter.
|
||||||
- [ ] All sentences are terminated by a period.
|
- [ ] All sentences end with a period.
|
||||||
- [ ] I am able to understand all the help messages, if not, exchange with the PO or TW to rewrite them.
|
- [ ] I am able to understand all the help messages, if not, exchange with the PO or TW to rewrite them.
|
||||||
- [ ] After having created the PR, I will make sure that all the tests provided in this PR have run and passed.
|
- [ ] After having created the PR, I will make sure that all the tests provided in this PR have run and passed.
|
||||||
|
|
Loading…
Reference in New Issue