summaryrefslogtreecommitdiff
path: root/server/continuedev/plugins/recipes/WritePytestsRecipe/README.md
blob: 5ce33ecbd0569bafb8299cbd0cf3f0cfe1125d1e (plain)
1
2
3
4
5
6
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_`.