Skip to content

Instantly share code, notes, and snippets.

@ChristopherMacGown
Created December 15, 2014 19:28
Show Gist options
  • Save ChristopherMacGown/d3f02c1cb2e115cf2ed6 to your computer and use it in GitHub Desktop.
Save ChristopherMacGown/d3f02c1cb2e115cf2ed6 to your computer and use it in GitHub Desktop.
class FakeTest(unittest.TestCase):
@tempest_id('abc-123-456')
def test_one_weird_trick(self):
self.assertTrue(self.scientists.hate_him)
test_one_weird_trick.__tempest_uuid__ = 'abc-123-456'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment