Skip to content
Snippets Groups Projects
Verified Commit 1b5beb14 authored by anarcat's avatar anarcat
Browse files

donate: remove duplicate test suite example (tpo/web/donate-neo#79)

parent 1b203d86
No related branches found
No related tags found
No related merge requests found
......@@ -867,10 +867,6 @@ Also note that the CiviCRM side of things has its own metrics, see the
## Tests
The `pytest` test suite can be run by entering a `poetry shell` and running:
coverage run manage.py test
To test donations after upgrades or to confirm everything works, see
the [Testing the donation site](#testing-the-donation-site) section.
......@@ -878,7 +874,7 @@ The site's test suite is ran in GitLab CI when a merge request is
sent, and a full review app is setup to test the site before the
branch is merged. Then staging must be tested as well.
Tests can be ran locally:
The `pytest` test suite can be run by entering a `poetry shell` and running:
coverage run manage.py test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment