Skip to content

Commit

Permalink
Add note on how to run just one module's tests (#1455)
Browse files Browse the repository at this point in the history
  • Loading branch information
charmander authored Dec 6, 2024
2 parents 7e9868b + 5c5b0a9 commit 98f704b
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 98f704b

Please sign in to comment.