1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Merge pull request #1396 from nigelm/nigelm_doc_tweaks

Added some info on the unit tests requirements
This commit is contained in:
Michael DeHaan 2012-10-21 04:04:59 -07:00
commit 4fd14ac3e7

View file

@ -49,6 +49,17 @@ We're not too strict on style considerations, but we require:
* no single-line if statements, deeply nested list comprehensions, or clever use of metaclasses -- keep it simple * no single-line if statements, deeply nested list comprehensions, or clever use of metaclasses -- keep it simple
* comments where appropriate * comments where appropriate
Testing Requirements
====================
Tests are run by "make tests". To run the tests you need the following:-
* nose must be installed - https://nose.readthedocs.org/en/latest/
* ansible tests require paramiko, PyYAML and json modules
* The (optional) facter test requires facter to be installed.
* Your user environment should allow "ssh myip" (where myip is your ip address)
without a password - so a key held in ssh-agent and an authorised_keys entry.
Contributors License Agreement Contributors License Agreement
============================== ==============================