Skip to content

Commit

Permalink
Add docs about running tests locally
Browse files Browse the repository at this point in the history
  • Loading branch information
nutjob4life committed Oct 19, 2023
1 parent aae032f commit a77a52c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,13 @@ Testing details are detailed in this section.
- linting
- building the rich documentation.

To launch the full set of tests, simply run:
To launch the full set of tests, simply set the following environment variables:

- `CI` should be set to `true`
- `DATACITE_USER` should be set to the PDS username of the testing Datacite instance
- `DATACITE_PASSWORD` should be set to that username's password

Then run:

tox

Expand Down

0 comments on commit a77a52c

Please sign in to comment.