summaryrefslogtreecommitdiff
path: root/server/continuedev/plugins/recipes/WritePytestsRecipe/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'server/continuedev/plugins/recipes/WritePytestsRecipe/README.md')
-rw-r--r--server/continuedev/plugins/recipes/WritePytestsRecipe/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/server/continuedev/plugins/recipes/WritePytestsRecipe/README.md b/server/continuedev/plugins/recipes/WritePytestsRecipe/README.md
new file mode 100644
index 00000000..5ce33ecb
--- /dev/null
+++ b/server/continuedev/plugins/recipes/WritePytestsRecipe/README.md
@@ -0,0 +1,7 @@
+# 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_`.