Skip to content

Commit

Permalink
remove unused flags
Browse files Browse the repository at this point in the history
  • Loading branch information
midays committed Oct 4, 2023
1 parent d1dece5 commit dbc059a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/fixtures/pytest_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,8 @@ def pytest_addoption(parser):
action="store_true",
help="This is when running a test case on MTA (Migration Toolkit for Application) plugin.",
)
parser.addoption(
"--ide",
action="store",
help="This options to specify the IDE that will be tested",
)


def pytest_configure(config):
pytest.mtr = config.getoption("--mtr")
pytest.mta = config.getoption("--mta")
pytest.ide = config.getoption("--ide")

0 comments on commit dbc059a

Please sign in to comment.