[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2024-06-27 00:05:42 +00:00
parent 5fa27b0209
commit a2dd6b86c5
7 changed files with 61 additions and 46 deletions

View file

@ -14,7 +14,7 @@ Programming language: Python
### Existing tool
The existing tool used for measuring coverage is coverage.py. It was executed using the following command:
The existing tool used for measuring coverage is coverage.py. It was executed using the following command:
```coverage run -m pytest```
@ -73,4 +73,4 @@ The coverage improved by 58%, from 42% to 100%.
## Statement of individual contributions
Jannes van den Bogert: I was responsible for designing and implementing two tests for the Flask application. The tests targeted two specific functions: get_send_file_max_age and dispatch_request. My contributions were helping in enhancing the test coverage from partial to complete for these functions, achieving a significant increase in overall coverage.
Jannes van den Bogert: I was responsible for designing and implementing two tests for the Flask application. The tests targeted two specific functions: get_send_file_max_age and dispatch_request. My contributions were helping in enhancing the test coverage from partial to complete for these functions, achieving a significant increase in overall coverage.