We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 105a379 commit 607eba7Copy full SHA for 607eba7
README.md
@@ -32,6 +32,8 @@ The project is structured as follows:
32
4. **app_test.py:** this file contains the unit test for each method (using pytest).>
33
5. **Dockerfile**: file that create the image of the APP to be deployed in a environment where docker is available.
34
6. **requirements.txt** : file that contains all the dependency needed by the project.
35
+
36
37
## Project Deployment Workflow
38
39
The following diagram describe the high level architecture of the Application and the CI/CD process:
@@ -131,6 +133,7 @@ The development flow need to follow the best practices:
131
133
7. Verify CD
132
134
8. Integration / acceptance testing
135
9. Documentation.
136
+10. Load Test
137
138
## Unit Testing with Pytest
139
0 commit comments