Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
4fd14ac3
Commit
4fd14ac3
authored
Oct 21, 2012
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1396 from nigelm/nigelm_doc_tweaks
Added some info on the unit tests requirements
parents
dad331d0
cc30eb74
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
CONTRIBUTING.md
+11
-0
No files found.
CONTRIBUTING.md
View file @
4fd14ac3
...
...
@@ -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
*
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
==============================
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment