test: named test to refelect its function.

MR !4
This commit is contained in:
2022-01-28 15:33:40 +09:30
parent 006a36ac0c
commit fee71df75e

View File

@ -15,7 +15,7 @@ class Test:
argvalues=[link for url_id, link in data.test_data['hyperlinks'].items() if link['request_protocol'][0:4] =='http'],
ids=[url_id for url_id, link in data.test_data['hyperlinks'].items() if link['request_protocol'][0:4] =='http']
)
def test_hyperlink_alive_check(self, data):
def test_hyperlink_external_alive_check(self, data):
"""Test hyperlinks that are found within each page of the site.
SSL verification has been disabled as this test only checks if the link is alive and valid.