예제 #1
0
파일: tests.py 프로젝트: sprymix/wagtail
 def test_signature_changes_on_filter_spec(self):
     self.assertFalse(verify_signature('xnZOzQyUg6pkfciqcfRJRosOrGg=', 100, 'fill-800x700'))
예제 #2
0
파일: tests.py 프로젝트: sprymix/wagtail
 def test_signature_changes_on_image_id(self):
     self.assertFalse(verify_signature('xnZOzQyUg6pkfciqcfRJRosOrGg=', 200, 'fill-800x600'))
예제 #3
0
파일: tests.py 프로젝트: sprymix/wagtail
 def test_signature_verification(self):
     self.assertTrue(verify_signature('xnZOzQyUg6pkfciqcfRJRosOrGg=', 100, 'fill-800x600'))
예제 #4
0
파일: tests.py 프로젝트: melody40/monorepo
 def test_signature_changes_on_filter_spec(self):
     self.assertFalse(
         verify_signature('xnZOzQyUg6pkfciqcfRJRosOrGg=', 100,
                          'fill-800x700'))
예제 #5
0
파일: tests.py 프로젝트: melody40/monorepo
 def test_signature_changes_on_image_id(self):
     self.assertFalse(
         verify_signature('xnZOzQyUg6pkfciqcfRJRosOrGg=', 200,
                          'fill-800x600'))
예제 #6
0
파일: tests.py 프로젝트: melody40/monorepo
 def test_signature_verification(self):
     self.assertTrue(
         verify_signature('xnZOzQyUg6pkfciqcfRJRosOrGg=', 100,
                          'fill-800x600'))