lorax/tests
Brian C. Lane 9d6211f1b3 Fix unclosed files
Python will eventually close open files, but it is recommended to
explicitly close them instead of waiting for the gc or program exit.

This fixes all the uses of open...read/write in the codebase, mostly in
tests.
2020-10-07 10:51:41 -07:00
..
cli tests: Remove unused lorax-composer tests 2020-09-30 16:35:51 -07:00
composer tests: Update composer-cli blueprint server tests 2020-10-07 10:48:43 -07:00
lorax tests: Add a lorax boot.iso test 2019-11-05 10:38:31 -08:00
mkksiso tests: Add 'test_mkksiso' tests 2019-11-05 11:09:42 -08:00
pylint tests: Ignore W0707 raise-missing-from warnings 2020-08-27 16:03:25 -07:00
pylorax Fix unclosed files 2020-10-07 10:51:41 -07:00
__init__.py Add a test library 2018-08-06 16:53:48 -07:00
lib.py Fix unclosed files 2020-10-07 10:51:41 -07:00
test_cli.sh tests: Do not rely on example blueprints 2020-07-23 10:20:47 -07:00
test_lorax.sh tests: Add a lorax boot.iso test 2019-11-05 10:38:31 -08:00
testenv.sh [tests] Define unbound variables in test scripts 2019-06-06 14:56:40 +02:00