Skip to content

Instantly share code, notes, and snippets.

@hub-cap
Created May 24, 2013 17:16
Show Gist options
  • Select an option

  • Save hub-cap/5645035 to your computer and use it in GitHub Desktop.

Select an option

Save hub-cap/5645035 to your computer and use it in GitHub Desktop.
GROUP = "dbaas.api.action_events"
@test(depends_on_classes=[WaitForGuestInstallationToFinish],
groups=[GROUP])
class ValidateActionEvents(object):
@test
def test_validate_create_action(self):
"""Make sure the create action and events happened"""
records = models.load_all()
......
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment