summaryrefslogtreecommitdiff
path: root/continuedev/src/continuedev/plugins/recipes/WritePytestsRecipe/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'continuedev/src/continuedev/plugins/recipes/WritePytestsRecipe/README.md')
-rw-r--r--continuedev/src/continuedev/plugins/recipes/WritePytestsRecipe/README.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/continuedev/src/continuedev/plugins/recipes/WritePytestsRecipe/README.md b/continuedev/src/continuedev/plugins/recipes/WritePytestsRecipe/README.md
deleted file mode 100644
index 5ce33ecb..00000000
--- a/continuedev/src/continuedev/plugins/recipes/WritePytestsRecipe/README.md
+++ /dev/null
@@ -1,7 +0,0 @@
-# CreatePytestsRecipe
-
-A recipe for writing unit tests in Pytest.
-
-# How to use this recipe
-
-Call this recipe with a python file open that you would like to test. It will create tests in a `tests/` folder adjacent to the file with the test file given the same name prepended by `test_`.