コード例 #1
0
 def test_WWW_match(self):
     'Test that WWW is matched'
     r = wwwMatcher.match('WWW.Example.Com')
     self.assertTrue(r)
コード例 #2
0
 def test_www_match(self):
     'Test that www is matched'
     r = wwwMatcher.match('www.example.com')
     self.assertTrue(r)