Browse Source

Consider testing in design

Mike Ashley 9 years ago
parent
commit
23a8461a9d
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      CONTRIBUTING.md

+ 4
- 0
CONTRIBUTING.md View File

32
 
32
 
33
 A module should be designed and implemented to run as quickly as possible in order to minimize the time to run an entire playbook or even the role itself. A small performance penalty here and a small penalty there eventually adds to a very slow deployment system. Performance is important.
33
 A module should be designed and implemented to run as quickly as possible in order to minimize the time to run an entire playbook or even the role itself. A small performance penalty here and a small penalty there eventually adds to a very slow deployment system. Performance is important.
34
 
34
 
35
+### Tests
36
+
37
+A module should have tests. TBD: more about this and what the expectation is.
38
+
35
 ## Design checklist
39
 ## Design checklist
36
 
40
 
37
 Consider the following checklist when reviewing a module's design.
41
 Consider the following checklist when reviewing a module's design.

Loading…
Cancel
Save