mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Add mock and nose to requirements for running unit tests
This commit is contained in:
parent
34ec877fe3
commit
9ee367e044
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ mock interfaces rather than producing side effects.
|
|||
|
||||
Playbook engine code is better suited for integration tests.
|
||||
|
||||
Requirements: sudo pip install paramiko PyYAML jinja2 httplib2 passlib
|
||||
Requirements: sudo pip install paramiko PyYAML jinja2 httplib2 passlib nose mock
|
||||
|
||||
integration
|
||||
-----------
|
||||
|
|
Loading…
Reference in a new issue