From 2535b482b479bc4057b547dbc8bedd8a473f27c9 Mon Sep 17 00:00:00 2001 From: Miroslav Dzurik Date: Mon, 23 Sep 2024 15:29:05 +0200 Subject: [PATCH] pytest --- unity-app/conftest.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unity-app/conftest.py b/unity-app/conftest.py index 77d1423..c8e254b 100644 --- a/unity-app/conftest.py +++ b/unity-app/conftest.py @@ -1,5 +1,5 @@ -# def pytest_addoption(parser): -# parser.addoption("--test-name", action="store", default="test-name") +def pytest_addoption(parser): + parser.addoption("--test-name", action="store", default="evse") def pytest_generate_tests(metafunc):