@@ -34,6 +34,10 @@ A module's design should anticipate upgrades to the services it provides. Config
34
34
35
35
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.
36
36
37
+### Tests
38
+
39
+A module should have tests. TBD: more about this and what the expectation is.
40
+
37
41
## Design checklist
38
42
39
43
Consider the following checklist when reviewing a module's design.