bindings: python: tests: add test for casting line.Value to bool
authorKent Gibson <warthog618@gmail.com>
Wed, 22 May 2024 00:46:42 +0000 (08:46 +0800)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Thu, 23 May 2024 07:51:53 +0000 (09:51 +0200)
commitc8e3ae0499c800955cd77d8959be0f14e4b514cc
tree8542ea8f3126d3385a8529ce9aba15140ebcedd4
parent5f9152b0ca8ad7ac8a8591553931b38dc10c5db0
bindings: python: tests: add test for casting line.Value to bool

The line.Value represents the logical line state, so intuitively you
would expect it to be able to be cast to bool, with ACTIVE
corresponding to True, and INACTIVE to False.

Add a test that line.Value can be cast to bool.

Signed-off-by: Kent Gibson <warthog618@gmail.com>
Link: https://lore.kernel.org/r/20240522004643.96863-2-warthog618@gmail.com
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
bindings/python/tests/Makefile.am
bindings/python/tests/tests_line.py [new file with mode: 0644]