
24 Oct
2019
24 Oct
'19
2:59 a.m.
On Tue, 22 Oct 2019 at 21:20, Tom Rini trini@konsulko.com wrote:
In the case of some unit tests we are working with providing a fake flash device that we have written some text strings in to. In this case we want to tell Python to encode things to bytes for us.
Reviewed-by: Stephen Warren swarren@nvidia.com Signed-off-by: Tom Rini trini@konsulko.com
test/py/tests/test_ut.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org Tested on sandbox: Tested-by: Simon Glass sjg@chromium.org