From b237b8fe02fe22ee8e9d54e134045e7b03f9007b Mon Sep 17 00:00:00 2001 From: "Christopher K. Hoadley" Date: Wed, 23 Jan 2019 19:13:09 -0600 Subject: [PATCH] Problems with false positives on EyeEm/CreativeMarket/EVE Online. Add these sites to the tests to capture failure. --- tests/all.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/all.py b/tests/all.py index 3d06281..c486c60 100644 --- a/tests/all.py +++ b/tests/all.py @@ -111,7 +111,8 @@ class SherlockSiteCoverageTests(SherlockBaseTest): self.username_check(['noonewouldeverusethis7'], ["Pinterest", "iMGSRC.RU", "Pastebin", - "WordPress", "devRant", "ImageShack", "MeetMe" + "WordPress", "devRant", "ImageShack", "MeetMe", + "EyeEm", "CreativeMarket", "EVE Online" ], exist_check=False ) @@ -134,7 +135,8 @@ class SherlockSiteCoverageTests(SherlockBaseTest): self.username_check(['blue'], ["Pinterest", "iMGSRC.RU", "Pastebin", - "WordPress", "devRant", "ImageShack", "MeetMe" + "WordPress", "devRant", "ImageShack", "MeetMe", + "EyeEm", "CreativeMarket", "EVE Online" ], exist_check=True )