From 6b1269d9fbc58ad58c6f92d5b2916e3301262a9e Mon Sep 17 00:00:00 2001 From: yuxiaoy Date: Mon, 17 May 2021 22:26:08 +0800 Subject: [PATCH] Fix typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 51a683c..46458f9 100644 --- a/README.md +++ b/README.md @@ -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`