lorax/tests/pylorax
Brian C. Lane 6160d340c4 Fix monitor problem with split UTF8 characters
Sometimes, depending on the buffering, or length of data being received,
the end of the data could be the 1st byte or so of a UTF8 character.
This would cause a crash when trying to decode the raw data buffer.

This switches it to only decode once a full line has been found.
It also adds tests for the LogMonitor class.
2021-11-17 15:37:59 -08:00
..
templates ltmpl: Add version compare support to installpkg 2021-10-28 14:19:50 -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 tests: Fix open file warning in test_execWithRedirect 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 ltmpl: Add version compare support to installpkg 2021-10-28 14:19:50 -07:00
test_monitor.py Fix monitor problem with split UTF8 characters 2021-11-17 15:37:59 -08:00
test_mount.py mount: Switch to using pycdio instead of pycdlib 2021-11-09 12:02:54 -08:00
test_sysutils.py Fix unclosed files 2020-10-07 10:51:41 -07:00
test_treebuilder.py treebuilder: Add branding package to template variables 2021-05-05 11:16:31 -07:00
test_treeinfo.py tests: unittest and pytest expect functions to start with test_ 2020-01-15 10:40:17 -08:00