Guest User

Untitled

a guest
Aug 3rd, 2013
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. @attr(type=['negative', 'gate'])
  2. def test_show_non_existent_network(self):
  3. self.assertRaises(exceptions.NotFound, self.client.show_network,
  4. '12345')
  5.  
  6. @attr(type=['negative', 'gate'])
  7. def test_show_non_existent_subnet(self):
  8. self.assertRaises(exceptions.NotFound, self.client.show_subnet,
  9. '12345')
Advertisement
Add Comment
Please, Sign In to add comment