Created
May 24, 2013 17:16
-
-
Save hub-cap/5645035 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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