We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07c3586 commit 024ef1aCopy full SHA for 024ef1a
1 file changed
codeflash/cli_cmds/cmd_init.py
@@ -426,7 +426,10 @@ def collect_setup_info() -> CLISetupInfo:
426
427
custom_tests_questions = [
428
inquirer.Path(
429
- "custom_tests_path", message="Enter the path to your tests directory", path_type=inquirer.Path.DIRECTORY
+ "custom_tests_path",
430
+ message="Enter the path to your tests directory",
431
+ path_type=inquirer.Path.DIRECTORY,
432
+ exists=True,
433
)
434
]
435
0 commit comments