Skip to content

Commit

Permalink
Add note on how to run just one module's tests
Browse files Browse the repository at this point in the history
  • Loading branch information
huntertur committed Nov 1, 2024
1 parent 462fcaa commit 5c5b0a9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,18 @@ Weasyl should now be running at <http://weasyl.localhost:8080/>! 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

Expand Down

0 comments on commit 5c5b0a9

Please sign in to comment.