Example #1
0
 def test_with_method(self):
     self.assertTrue(get_json(DummyRequestCallable()))
Example #2
0
 def test_with_method(self):
     self.assertTrue(get_json(DummyRequestCallable()))
Example #3
0
 def test_with_property(self):
     self.assertTrue(get_json(DummyRequestProperty()))
Example #4
0
 def test_with_property(self):
     self.assertTrue(get_json(DummyRequestProperty()))