Skip to content

Commit 2f12fe8

Browse files
authored
SW-1427 improve README (mrbeam#1534)
1 parent 7aaa47c commit 2f12fe8

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,16 @@ Access from the browser:
3535
## Running unit tests
3636
Create a Python 2 virtual environment and activate it:
3737
```shell
38-
virtualenv -p /usr/bin/python2.7 tests_req
38+
virtualenv -p /usr/bin/python2.7 tests_venv
39+
source tests_venv/bin/activate
40+
```
41+
42+
Install test requirements:
43+
```shell
44+
pip install -r test-requirements.txt
3945
```
4046

4147
Run the unit tests directly from **Pycharm** or from the command line:
4248
```shell
43-
python -m pytest paht/to/MrBeamPlugin/tests/
49+
python -m pytest tests/
4450
```

0 commit comments

Comments
 (0)