Commit Graph

10 Commits (75e4645ee70434e2706845ca9fe96d5823616eea)

Author SHA1 Message Date
Marius Gedminas c846bab69b Fix assert statement syntax
`assert (condition, message)` gets parsed by Python as `assert
a_two_tuple`, and a 2-element tuple is never False.

Discovered by compileall on Python 3.4, which emits a SyntaxWarning for
this common mistake.
10 years ago
Matt Martz b370f6efce Add tests for rax_scaling_group 11 years ago
Matt Martz 952aa0c2d8 Don't hardcode list of delete functions to loop through 11 years ago
Matt Martz 9485d82eca Add tests for rax_cdb 11 years ago
Matt Martz 3ae1014fd3 Add tests for rax_cbs 11 years ago
Matt Martz f01ae9f509 Add test_rax_network role 11 years ago
Matt Martz e54c45ee6d Add test_rax_keypair role 11 years ago
Matt Martz b151c7ffac Add some additional output to cleanup_rax.py 11 years ago
Matt Martz 7ba7e3bd69 Add tests for rax_clb 11 years ago
Matt Martz f5d2f8e382 Add integration tests for the rax module 11 years ago