From 7d01c7e81baf1385b019b3d6c5eb418fb7666540 Mon Sep 17 00:00:00 2001 From: Max Date: Sat, 7 Oct 2023 19:22:36 +0200 Subject: [PATCH] reformat file for test --- tests/conftest.py | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/tests/conftest.py b/tests/conftest.py index afdf192..8711ccc 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -7,12 +7,8 @@ def pytest_addoption(parser): """add commandline options to tests""" - parser.addoption( - "--address", action="store", help="address of machine or programming station" - ) - parser.addoption( - "--timeout", action="store", help="number of seconds for network timeout" - ) + parser.addoption("--address", action="store", help="address of machine or programming station") + parser.addoption("--timeout", action="store", help="number of seconds for network timeout") @pytest.fixture