Explorar el Código

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

version-14
Ameya Shenoy hace 7 años
committed by Rushabh Mehta
padre
commit
4935014643
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      frappe/commands/utils.py

+ 1
- 1
frappe/commands/utils.py Ver fichero

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


@click.command('run-ui-tests') @click.command('run-ui-tests')
@click.option('--app', help="App to run tests on, leave blank for all apps") @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) @click.option('--profile', is_flag=True, default=False)
@pass_context @pass_context
def run_ui_tests(context, app=None, test=False, profile=False): def run_ui_tests(context, app=None, test=False, profile=False):


Cargando…
Cancelar
Guardar