Re: [U-Boot] [PATCHv2 07/13] test/py: test_ut.py: Ensure we use bytes

2019-10-23 Thread Simon Glass
On Tue, 22 Oct 2019 at 21:20, Tom Rini 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 > Signed-off-

[U-Boot] [PATCHv2 07/13] test/py: test_ut.py: Ensure we use bytes

2019-10-22 Thread Tom Rini
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 Signed-off-by: Tom Rini --- test/py/tests/test_ut.py | 6 +++--- 1 fi