mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
Add instructions for making sure you have pytest in your path (which you don't by default in debian stretch)
This commit is contained in:
parent
b91f1d71bb
commit
61a98fbbc1
6
BUILD.md
6
BUILD.md
@ -149,6 +149,12 @@ OnionShare includes PyTest unit tests. To run the tests, first install some depe
|
||||
pip3 install -r install/requirements-tests.txt
|
||||
```
|
||||
|
||||
You must have `pytest` in your path point to python 3's pytest. If necessary, you might need to make a symlink, like:
|
||||
|
||||
```sh
|
||||
ln -s /usr/bin/pytest-3 /usr/local/bin/pytest
|
||||
```
|
||||
|
||||
If you'd like to run the CLI-based tests that Travis runs:
|
||||
|
||||
```sh
|
||||
|
Loading…
Reference in New Issue
Block a user