mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2025-12-11 18:45:34 +00:00
Testing - Adding simple memory usage test (#2483)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user