This allows running tests with just pytest --lg-env test/arm/multi_v8_defconfig.yaml Signed-off-by: Ahmad Fatoum <a.fatoum@xxxxxxxxxxxxxx> --- 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