Skip to content

Instantly share code, notes, and snippets.

@joshourisman
Last active December 17, 2015 09:08
Show Gist options
  • Save joshourisman/5585017 to your computer and use it in GitHub Desktop.
Save joshourisman/5585017 to your computer and use it in GitHub Desktop.
class AsyncRegistrationTestCase(ResourceTestCase):
def setUp(self):
super(AsyncRegistrationTestCase, self).setUp()
self.resource = RegistrationResource()
self.resource.get_resource_uri()
def test_resource_uri(self):
self.assertNotEqual('', self.resource.get_resource_uri())
def test_resource_uri_2(self):
self.assertNotEqual('', self.resource.get_resource_uri())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment