Re: [PATCH 7/7] test/py: add tests for the button commands

2020-07-14 Thread Simon Glass
Hi Philippe, On Mon, 13 Jul 2020 at 06:56, Philippe Reynes wrote: > > Adds tests for the button commands. > > Signed-off-by: Philippe Reynes > --- > arch/sandbox/dts/test.dts| 14 ++ > test/py/tests/test_button.py | 19 +++ > 2 files changed, 33 insertions(+) >

[PATCH 7/7] test/py: add tests for the button commands

2020-07-13 Thread Philippe Reynes
Adds tests for the button commands. Signed-off-by: Philippe Reynes --- arch/sandbox/dts/test.dts| 14 ++ test/py/tests/test_button.py | 19 +++ 2 files changed, 33 insertions(+) create mode 100644 test/py/tests/test_button.py diff --git a/arch/sandbox/dts/test.d