Skip to content

Commit

Permalink
Fix typos (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxiaoy1 committed May 17, 2021
1 parent 7566c6b commit 13a35e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,10 @@ Currently the tests are written using pytest.

pip install pytest

To run the tests from the root directory use: `py.test`.
To run the tests from the root directory use: `pytest`.

Reports on coverage with missing line numbers can be generated using pytest-cov:

pip install pytest-cov

And then running: `py-test --cov-report term-missing --cov=flask_moment`
And then running: `pytest --cov-report term-missing --cov=flask_moment`

0 comments on commit 13a35e2

Please sign in to comment.