We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f8486e commit bedea6dCopy full SHA for bedea6d
codeflash/cli_cmds/cmd_init.py
@@ -339,10 +339,7 @@ def collect_setup_info() -> SetupInfo:
339
340
custom_tests_questions = [
341
inquirer.Path(
342
- "custom_tests_path",
343
- message="Enter the path to your tests directory",
344
- path_type=inquirer.Path.DIRECTORY,
345
- exists=False, # Allow creating new directories
+ "custom_tests_path", message="Enter the path to your tests directory", path_type=inquirer.Path.DIRECTORY
346
)
347
]
348
0 commit comments