mirror of
https://github.com/bendtherules/pytest_gui_status.git
synced 2026-08-18 13:42:26 +00:00
Use option "--show_status_gui"
This commit is contained in:
@@ -202,7 +202,7 @@ class PYTEST_DATA(object):
|
|||||||
|
|
||||||
|
|
||||||
def pytest_addoption(parser):
|
def pytest_addoption(parser):
|
||||||
parser.addoption("--status_gui", dest="show_status_gui", action="store_true")
|
parser.addoption("--show_status_gui", dest="show_status_gui", action="store_true")
|
||||||
|
|
||||||
|
|
||||||
def pytest_configure(config):
|
def pytest_configure(config):
|
||||||
|
|||||||
Reference in New Issue
Block a user