aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2021-06-07 22:33:15 +0300
committerGravatar Hassan Abouelela <[email protected]>2021-06-07 22:33:15 +0300
commite45843ebe0a199d30b09ec7a0dcffc1ed9d4d9d7 (patch)
tree4c7db1046dc74443071dccb7e448128cea4d76ea
parentAdds Tests To Coverage Source (diff)
Fix Script Count In Documentation
Signed-off-by: Hassan Abouelela <[email protected]>
-rw-r--r--tests/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/README.md b/tests/README.md
index b5fba9611..339108951 100644
--- a/tests/README.md
+++ b/tests/README.md
@@ -16,7 +16,7 @@ We are using the following modules and packages for our unit tests:
We also use the following package as a test runner:
- [pytest](https://docs.pytest.org/en/6.2.x/)
-To ensure the results you obtain on your personal machine are comparable to those generated in the CI, please make sure to run your tests with the virtual environment defined by our [Poetry Project](/pyproject.toml). To run your tests with `poetry`, we've provided two "scripts" shortcuts:
+To ensure the results you obtain on your personal machine are comparable to those generated in the CI, please make sure to run your tests with the virtual environment defined by our [Poetry Project](/pyproject.toml). To run your tests with `poetry`, we've provided the following "script" shortcuts:
- `poetry run task fast-test` will run `pytest`.
- `poetry run task test` will run `pytest` with `pytest-cov`.