Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add section on running tests
  • Loading branch information
wil93 committed Jul 30, 2023
1 parent 92169eb commit 0d92ee8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,13 @@ request.
local changes. You can verify that you're running a different binary than the
one installed with `pip` by running `which mailipy-gen`: the command will
return the full path of the binary you're using.

## Running tests

After installing with `pipenv install` and entering the `pipenv shell`, run the
following:

$ pytest

The command will search recursively for files named `*_test.py` and run them.
See the [pytest documentation](https://docs.pytest.org/en/latest/contents.html).

0 comments on commit 0d92ee8

Please sign in to comment.