File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,10 +37,10 @@ def pytest_addoption(parser):
37
37
action = "store_true" , dest = "fixture_graph" , default = False ,
38
38
help = "create .dot fixture graph for each test" )
39
39
group .addoption ('--fixture-graph-output-dir' ,
40
- action = "store_true " , dest = "fixture_graph_output_dir" , default = "artifacts" ,
40
+ action = "store " , dest = "fixture_graph_output_dir" , default = "artifacts" ,
41
41
help = "select the location for the output of fixture graph. defaults to 'artifacts'" )
42
42
group .addoption ('--fixture-graph-output-type' ,
43
- action = "store_true " , dest = "fixture_graph_output_type" , default = "png" ,
43
+ action = "store " , dest = "fixture_graph_output_type" , default = "png" ,
44
44
help = "select the type of the output for the fixture graph. defaults to 'png'" )
45
45
46
46
You can’t perform that action at this time.
0 commit comments