[elbe-devel] [PATCH 2/2] tests: enable elbevalidate pytest plugin
Thomas Weißschuh
thomas.weissschuh at linutronix.de
Fri Jun 28 10:39:08 CEST 2024
Enable standalone usage of tests/simple-validation-image-test.py.
Signed-off-by: Thomas Weißschuh <thomas.weissschuh at linutronix.de>
---
tests/conftest.py | 3 +++
1 file changed, 3 insertions(+)
diff --git a/tests/conftest.py b/tests/conftest.py
new file mode 100644
index 000000000000..dc5eab557bdc
--- /dev/null
+++ b/tests/conftest.py
@@ -0,0 +1,3 @@
+import elbevalidate.pytest
+
+pytest_plugins = elbevalidate.pytest.plugin
--
2.45.2
More information about the elbe-devel
mailing list