zorro.web.MethodNotAllowed

Here are the examples of the python api zorro.web.MethodNotAllowed taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Examples 7

Example 1

Project: zorro Source File: test_web.py
Function: test_non_existent
    def testNonExistent(self):
        with self.assertRaises(web.MethodNotAllowed):
            self.resolve(b'FIX', b'/forum?uid=37')