Skip to content

Commit 607eba7

Browse files
committed
Updating README.
1 parent 105a379 commit 607eba7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ The project is structured as follows:
3232
4. **app_test.py:** this file contains the unit test for each method (using pytest).>
3333
5. **Dockerfile**: file that create the image of the APP to be deployed in a environment where docker is available.
3434
6. **requirements.txt** : file that contains all the dependency needed by the project.
35+
36+
3537
## Project Deployment Workflow
3638

3739
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:
131133
7. Verify CD
132134
8. Integration / acceptance testing
133135
9. Documentation.
136+
10. Load Test
134137

135138
## Unit Testing with Pytest
136139

0 commit comments

Comments
 (0)