mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-16 16:17:35 +08:00
fix: run referenced testcase in python
This commit is contained in:
@@ -63,7 +63,7 @@ def main():
|
||||
)
|
||||
|
||||
subparsers = parser.add_subparsers(help="sub-command help")
|
||||
sub_parser_run = init_parser_run(subparsers)
|
||||
init_parser_run(subparsers)
|
||||
sub_parser_make = init_make_parser(subparsers)
|
||||
|
||||
if len(sys.argv) == 1:
|
||||
|
||||
Reference in New Issue
Block a user