[PATCH 1/5] test: add pytest.ini with defaults
Ahmad Fatoum
a.fatoum at pengutronix.de
Mon Jun 19 02:52:36 PDT 2023
This allows running tests with just
pytest --lg-env test/arm/multi_v8_defconfig.yaml
Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
---
pytest.ini | 2 ++
1 file changed, 2 insertions(+)
create mode 100644 pytest.ini
diff --git a/pytest.ini b/pytest.ini
new file mode 100644
index 000000000000..4aa8bbfbd628
--- /dev/null
+++ b/pytest.ini
@@ -0,0 +1,2 @@
+[pytest]
+testpaths = test/py
--
2.39.2
More information about the barebox
mailing list