lorax/tests
Lars Karlitski e559418ec4 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-05 09:09:10 -07:00
..
cli New cli test covering basic compose commands 2018-10-05 09:09:10 -07:00
composer Add tests for limit=0 routes 2018-08-27 11:05:46 -07:00
lib Add pylint testing 2014-05-09 08:10:41 -07:00
pylint Fix pylint errors and warnings 2018-10-05 09:09:10 -07:00
pylorax tests: Fix tests so they run on Fedora 28 2018-10-05 09:09:10 -07:00
__init__.py Add a test library 2018-08-06 16:53:48 -07:00
lib.py Update StringIO use for Py3 2018-08-07 09:22:18 -07:00
test_cli.sh New cli test covering basic compose commands 2018-10-05 09:09:10 -07:00
testenv.sh Add pylint testing 2014-05-09 08:10:41 -07:00