diff --git a/blog/2023-10-09-mock-hell.md b/blog/2023-10-09-mock-hell.md new file mode 100644 index 0000000..039fa34 --- /dev/null +++ b/blog/2023-10-09-mock-hell.md @@ -0,0 +1,33 @@ +--- +title: Mocking hell +description: How can mocking make your life a hell. +date: 2023-10-09 +authors: + - key: mf + title: a.k.a. hater of languages with dynamic typing +tags: + - 🏭 + - red-hat + - python + - tests + - mocks +--- + +Mocking is a pretty standard technique used in tests, is the benefit bigger than +the negatives though? + + + +## Positives of mocking + +## Negatives of mocking + +### Mocking functions that need network access + +### Mocking in dynamically typed language + +### Scope + +### Small changes in the code + +## Summary