diff --git a/README.md b/README.md index 635bac113..f3f939b15 100644 --- a/README.md +++ b/README.md @@ -61,10 +61,18 @@ Weasyl should now be running at ! Several account ## Running tests +To run all tests: + ```shell ./wzl test ``` +To run only a specific module's tests, such as `weasyl.test.test_api`: + +```shell +./wzl test pytest -x weasyl.test.test_api +``` + ## Making migrations