lorax/tests
Lars Karlitski d8cb1a19f8 Fix pylint errors and warnings
Remove `except` block which immediately raises the same exception again (it's
not a subclass of another caught exception, so this is safe).

Remove a false positive, because it is not emitted from the code base.

Disable subprocess-popen-preexec-fn in startProgram, which is not used
internally.
2018-10-09 15:04:43 -07:00
..
cli New cli test covering basic compose commands 2018-10-09 15:03:24 -07:00
composer Add tests for limit=0 routes 2018-08-27 12:02:39 -07:00
lib Add pylint testing 2014-05-09 08:10:41 -07:00
pylint Fix pylint errors and warnings 2018-10-09 15:04:43 -07:00
pylorax Add a vmdk compose type. 2018-10-02 12:56:52 -04:00
__init__.py Add a test library 2018-08-06 17:00:56 -07:00
lib.py Update StringIO use for Py3 2018-08-07 08:41:11 -07:00
test_cli.sh New cli test covering basic compose commands 2018-10-09 15:03:24 -07:00
testenv.sh Add pylint testing 2014-05-09 08:10:41 -07:00