|
|
@ -21,7 +21,7 @@ class SherlockDetectTests(SherlockBaseTest):
|
|
|
|
Will trigger an assert if detection mechanism did not work as expected.
|
|
|
|
Will trigger an assert if detection mechanism did not work as expected.
|
|
|
|
"""
|
|
|
|
"""
|
|
|
|
|
|
|
|
|
|
|
|
site = 'Instructables'
|
|
|
|
site = 'BinarySearch'
|
|
|
|
site_data = self.site_data_all[site]
|
|
|
|
site_data = self.site_data_all[site]
|
|
|
|
|
|
|
|
|
|
|
|
#Ensure that the site's detection method has not changed.
|
|
|
|
#Ensure that the site's detection method has not changed.
|
|
|
@ -48,7 +48,7 @@ class SherlockDetectTests(SherlockBaseTest):
|
|
|
|
Will trigger an assert if detection mechanism did not work as expected.
|
|
|
|
Will trigger an assert if detection mechanism did not work as expected.
|
|
|
|
"""
|
|
|
|
"""
|
|
|
|
|
|
|
|
|
|
|
|
site = 'Instructables'
|
|
|
|
site = 'BinarySearch'
|
|
|
|
site_data = self.site_data_all[site]
|
|
|
|
site_data = self.site_data_all[site]
|
|
|
|
|
|
|
|
|
|
|
|
#Ensure that the site's detection method has not changed.
|
|
|
|
#Ensure that the site's detection method has not changed.
|
|
|
@ -129,7 +129,7 @@ class SherlockDetectTests(SherlockBaseTest):
|
|
|
|
Will trigger an assert if detection mechanism did not work as expected.
|
|
|
|
Will trigger an assert if detection mechanism did not work as expected.
|
|
|
|
"""
|
|
|
|
"""
|
|
|
|
|
|
|
|
|
|
|
|
site = 'Quora'
|
|
|
|
site = 'VK'
|
|
|
|
site_data = self.site_data_all[site]
|
|
|
|
site_data = self.site_data_all[site]
|
|
|
|
|
|
|
|
|
|
|
|
#Ensure that the site's detection method has not changed.
|
|
|
|
#Ensure that the site's detection method has not changed.
|
|
|
@ -156,7 +156,7 @@ class SherlockDetectTests(SherlockBaseTest):
|
|
|
|
Will trigger an assert if detection mechanism did not work as expected.
|
|
|
|
Will trigger an assert if detection mechanism did not work as expected.
|
|
|
|
"""
|
|
|
|
"""
|
|
|
|
|
|
|
|
|
|
|
|
site = 'Quora'
|
|
|
|
site = 'VK'
|
|
|
|
site_data = self.site_data_all[site]
|
|
|
|
site_data = self.site_data_all[site]
|
|
|
|
|
|
|
|
|
|
|
|
#Ensure that the site's detection method has not changed.
|
|
|
|
#Ensure that the site's detection method has not changed.
|
|
|
|