rodrigoalmeidaee
Results
1
issues of
rodrigoalmeidaee
the following sample will raise errors with 50% probability (with something like `I have no entries for method POST: URLMatcher(http\:\/\/geekiepedia\.testing/learning_objects/[a-zA-Z0-9]+)`) ``` lang=py httpretty.register_uri( httpretty.POST, re.compile(prefix + r"/learning_objects/fetch"), body=self._search_learning_objects, ) httpretty.register_uri(...