You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,12 @@ __Behavioral Patterns__:
56
56
|[template](behavioral/template.py)| an object imposes a structure but takes pluggable components |
57
57
|[visitor](behavioral/visitor.py)| invoke a callback for all items of a collection |
58
58
59
+
__Design for Testability Patterns__:
60
+
61
+
| Pattern | Description |
62
+
|:-------:| ----------- |
63
+
|[constructor_injection](dft/constructor_injection.py)| the client provides the depended-on object to the SUT via the class construtor (implmentation variant of dependency injection) |
0 commit comments