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
- Introduction - Brief intro of the article and setup of the application.
6
+
- Test Driven Development(TDD) - A bit of explanation on TDD.
7
+
- Utilizing Mocks - Explain the concept of mocking and different ways of mocking as follows.
8
+
- Using Decorators
9
+
- Using a Context Manager
10
+
- Using a Patcher
11
+
- Mocking the whole function behavior - Demonstrate and explain how its done.
12
+
- Mocking third party functions - Demonstrate and explain how to mock out own functions/modules in other functions.
13
+
- Continuous integration with Circle CI - Brief walk through of how to combine testing and CI to make our development smooth, use case Github and Circle CI.
14
+
- Conclusion - Brief summary touching on mocking and CI.
0 commit comments