Testing - Adding simple memory usage test (#2483)

This commit is contained in:
dgtlmoon
2024-07-11 15:03:42 +02:00
committed by GitHub
parent 732ae1d935
commit 8f3a6a42bc
56 changed files with 164 additions and 131 deletions

View File

@@ -24,7 +24,7 @@ def set_html_response():
# In the case the server does not issue a charset= or doesnt have content_type header set
def test_check_encoding_detection(client, live_server):
def test_check_encoding_detection(client, live_server, measure_memory_usage):
set_html_response()
# Add our URL to the import page
@@ -50,7 +50,7 @@ def test_check_encoding_detection(client, live_server):
# In the case the server does not issue a charset= or doesnt have content_type header set
def test_check_encoding_detection_missing_content_type_header(client, live_server):
def test_check_encoding_detection_missing_content_type_header(client, live_server, measure_memory_usage):
set_html_response()
# Add our URL to the import page