From 11752ba26d790cbc9a3b0b343e7ab33287cc733f Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Fri, 2 Jun 2023 23:21:42 -0400 Subject: recipes folder --- docs/docs/concepts/step.md | 4 ++-- docs/docs/walkthroughs/create-a-recipe.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/docs/concepts/step.md b/docs/docs/concepts/step.md index 1758fdd8..1e1a0a65 100644 --- a/docs/docs/concepts/step.md +++ b/docs/docs/concepts/step.md @@ -60,10 +60,10 @@ Create and run an alembic migration - `edited_file`: -### WritePytestsStep +### WritePytestsRecipe Write unit tests for this file. #### Parameters -- for_filepath (required): the path of the file that unit tests should be created for \ No newline at end of file +- for_filepath (required): the path of the file that unit tests should be created for diff --git a/docs/docs/walkthroughs/create-a-recipe.md b/docs/docs/walkthroughs/create-a-recipe.md index 0cf1892e..12dd3167 100644 --- a/docs/docs/walkthroughs/create-a-recipe.md +++ b/docs/docs/walkthroughs/create-a-recipe.md @@ -67,7 +67,7 @@ class CreatePytestsStep(Step): code = await sdk.ide.readFile(self.input_file_path) sdk.run_step(CreateDirStep(output_dir_path)) - sdk.run_step(WritePytestsStep(code, output_file_prefix, output_dir_path)) + sdk.run_step(WritePytestsRecipe(code, output_file_prefix, output_dir_path)) ``` ### Adjust for different OS -- cgit v1.2.3-70-g09d2