Update export statistics
This commit is contained in:
parent
6f856ad857
commit
3080e87d88
BIN
dist/Ragnar-1.3.37-py3-none-any.whl
vendored
BIN
dist/Ragnar-1.3.37-py3-none-any.whl
vendored
Binary file not shown.
BIN
dist/ragnar-1.3.37.tar.gz
vendored
BIN
dist/ragnar-1.3.37.tar.gz
vendored
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -14,7 +14,7 @@ class BotTestCase(unittest.TestCase):
|
|||||||
def test_is_sus_rant_regex_match(self):
|
def test_is_sus_rant_regex_match(self):
|
||||||
rant_text = "To learn more about our services or to schedule a consultation, contact us at +1 (604) 200-0581 today."
|
rant_text = "To learn more about our services or to schedule a consultation, contact us at +1 (604) 200-0581 today."
|
||||||
self.assertTrue(self.bot.is_sus_rant(42, rant_text))
|
self.assertTrue(self.bot.is_sus_rant(42, rant_text))
|
||||||
|
|
||||||
def test_is_sus_rant_regex_url_match_dot_slash(self):
|
def test_is_sus_rant_regex_url_match_dot_slash(self):
|
||||||
rant_text = "Visit Now: thesleepcompany.in/pages/all-chairs"
|
rant_text = "Visit Now: thesleepcompany.in/pages/all-chairs"
|
||||||
self.assertTrue(self.bot.is_sus_rant(42, rant_text))
|
self.assertTrue(self.bot.is_sus_rant(42, rant_text))
|
||||||
|
Loading…
Reference in New Issue
Block a user