mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
add email and name to test templates, removed typo in module_test template
This commit is contained in:
parent
87954a2baf
commit
929faeb436
3 changed files with 11 additions and 1 deletions
|
@ -1 +1,6 @@
|
|||
description: "Execution module unit test"
|
||||
questions:
|
||||
full_name:
|
||||
question: "What is your name?"
|
||||
email:
|
||||
question: "What is your email?"
|
||||
|
|
|
@ -20,7 +20,7 @@ from salt.modules import {{module_name}}
|
|||
ensure_in_syspath('../../')
|
||||
|
||||
SERVICE_NAME = '{{module_name}}'
|
||||
{{cookiecutter.project_name}}.__salt__ = {}
|
||||
{{module_name}}.__salt__ = {}
|
||||
|
||||
|
||||
@skipIf(NO_MOCK, NO_MOCK_REASON)
|
||||
|
|
|
@ -1 +1,6 @@
|
|||
description: "State module unit test"
|
||||
questions:
|
||||
full_name:
|
||||
question: "What is your name?"
|
||||
email:
|
||||
question: "What is your email?"
|
||||
|
|
Loading…
Add table
Reference in a new issue