Skip to content

Commit 142ae4e

Browse files
committed
Merge branch 'master' of github.com:faif/python-patterns
Conflicts (fixed): README.md
2 parents b14a654 + fb8e4e2 commit 142ae4e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ __Design for Testability Patterns__:
6161
| Pattern | Description |
6262
|:-------:| ----------- |
6363
| [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) |
64-
| [parameter_injection](dft/parameter_injection.py) | the client provides the depended-on object to the SUT via a parameter(implmentation variant of dependency injection) |
6564

6665
__Fundamental Patterns__:
6766

0 commit comments

Comments
 (0)