Skip to content

Commit

Permalink
update readme about test
Browse files Browse the repository at this point in the history
  • Loading branch information
Kvieta1990 committed Dec 20, 2022
1 parent 25e94e6 commit fd04d17
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@ with the [pytest-qt](https://pytest-qt.readthedocs.io/en/latest/) plugin.
```bash
$ python -m pytest
```
If it is complaining about not being able to find the `pytest` module, first we
need to make sure we are in the activated conda environment created above. Then
if the issue persists, we can run `pip install pytest` to install the module.

### Developing using a local Mantid install

Expand Down

0 comments on commit fd04d17

Please sign in to comment.