bindings: python: tests: run the Value cast test with the rest of the suite
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Thu, 23 May 2024 08:08:31 +0000 (10:08 +0200)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Thu, 23 May 2024 08:08:31 +0000 (10:08 +0200)
Make the new test file for line definitions part of the entire test-suite
for python bindings.

Fixes: c8e3ae0499c8 ("bindings: python: tests: add test for casting line.Value to bool")
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
bindings/python/tests/__main__.py

index cc39c297f0112d721f3db68c3d248383776be0e2..ea4143f53de5ac7d6202508216c7021ad3673b37 100644 (file)
@@ -8,6 +8,7 @@ from .tests_chip import *
 from .tests_chip_info import *
 from .tests_edge_event import *
 from .tests_info_event import *
+from .tests_line import *
 from .tests_line_info import *
 from .tests_line_settings import *
 from .tests_module import *