Commit Graph

12 Commits (bc66faa328b1413646ec249cd2753de5e09f1a35)

Author SHA1 Message Date
Toshio Kuratomi 225fa5d092 Fix undefined variables, basestring usage, and some associated python3 issues 2017-07-25 15:58:23 -07:00
Dag Wieers 4efec414e7 test/: PEP8 compliancy (#24803)
* test/: PEP8 compliancy

- Make PEP8 compliant

* Python3 chokes on casting int to bytes (#24952)

But if we tell the formatter that the var is a number, it works
2017-05-30 18:05:19 +01:00
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.
2015-08-27 22:15:57 +03:00
Matt Martz b370f6efce Add tests for rax_scaling_group 2015-06-18 13:08:35 -05:00
Matt Martz 952aa0c2d8 Don't hardcode list of delete functions to loop through 2015-02-11 12:59:02 -06:00
Matt Martz 9485d82eca Add tests for rax_cdb 2015-02-11 12:59:02 -06:00
Matt Martz 3ae1014fd3 Add tests for rax_cbs 2015-02-11 12:59:01 -06:00
Matt Martz f01ae9f509 Add test_rax_network role 2015-02-11 12:59:01 -06:00
Matt Martz e54c45ee6d Add test_rax_keypair role 2015-02-11 12:59:01 -06:00
Matt Martz b151c7ffac Add some additional output to cleanup_rax.py 2015-02-11 12:59:00 -06:00
Matt Martz 7ba7e3bd69 Add tests for rax_clb 2015-02-11 12:59:00 -06:00
Matt Martz f5d2f8e382 Add integration tests for the rax module 2015-01-09 15:08:58 -06:00