lorax/tests/pylorax
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
..
templates pylorax.ltmpl: Add a test for missing quotes 2019-03-26 13:30:25 -07:00
__init__.py Add tests for pylorax.imgutils 2018-11-12 11:13:37 -08:00
test_buildstamp.py Fixing bug where test did not try to import pylorax.version to check for version but automatically just checked for 'devel' causing test to fail when it should not have 2018-06-22 09:14:04 -07:00
test_creator.py Fix unclosed files 2020-10-07 10:51:41 -07:00
test_discinfo.py tests: unittest and pytest expect functions to start with test_ 2020-01-15 10:40:17 -08:00
test_executils.py Fix unclosed files 2020-10-07 10:51:41 -07:00
test_imgutils.py Fix unclosed files 2020-10-07 10:51:41 -07:00
test_ltmpl.py Fix unclosed files 2020-10-07 10:51:41 -07:00
test_sysutils.py Fix unclosed files 2020-10-07 10:51:41 -07:00
test_treebuilder.py lorax: Add --skip-branding cmdline argument 2020-04-21 15:57:54 -07:00
test_treeinfo.py tests: unittest and pytest expect functions to start with test_ 2020-01-15 10:40:17 -08:00