浏览代码

minor fix in bench run-ui-tests --help (#4537)

version-14
Ameya Shenoy 7 年前
committed by Rushabh Mehta
父节点
当前提交
4935014643
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      frappe/commands/utils.py

+ 1
- 1
frappe/commands/utils.py 查看文件

@@ -327,7 +327,7 @@ def run_tests(context, app=None, module=None, doctype=None, test=(),

@click.command('run-ui-tests')
@click.option('--app', help="App to run tests on, leave blank for all apps")
@click.option('--test', help="File name of the test you want to run")
@click.option('--test', help="Path to the specific test you want to run")
@click.option('--profile', is_flag=True, default=False)
@pass_context
def run_ui_tests(context, app=None, test=False, profile=False):


正在加载...
取消
保存