Skip to content

Commit 896d096

Browse files
committed
docs: how to run tests
1 parent 0e1487a commit 896d096

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,27 @@ cd docs
2525
make html
2626
```
2727

28+
## Run Tests
29+
30+
Configure the following environment variables:
31+
32+
- `APP_ID`
33+
- `APP_KEY`
34+
- `MASTER_KEY`
35+
- `USE_REGION`
36+
37+
Install dependencies:
38+
39+
```sh
40+
pip install -e .'[test]'
41+
```
42+
43+
Run tests:
44+
45+
```sh
46+
nosetests
47+
```
48+
2849
## Release a New Version
2950

3051
1. Edit `changelog` and `setup.py` (`version`).

0 commit comments

Comments
 (0)