Skip to content

Commit 0f32cc8

Browse files
author
kimobrian
committed
chore: Update README
1 parent 818089e commit 0f32cc8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,14 @@
11
# Python-API-Testing
22
Testing Python APIs
3+
4+
## Sections.
5+
- 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

Comments
 (0)