Skip to content

Commit

Permalink
reformat file for test
Browse files Browse the repository at this point in the history
  • Loading branch information
drunsinn committed Oct 7, 2023
1 parent b8571a7 commit 7d01c7e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7d01c7e

Please sign in to comment.