Skip to content

Commit 63e68e0

Browse files
committed
testing info
1 parent 09ad79f commit 63e68e0

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CONTRIBUTING.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,18 @@ We adhere to [PEP 8](https://www.python.org/dev/peps/pep-0008/) for style, as
5959
well as [PEP 257](https://www.python.org/dev/peps/pep-0257/) for docstring
6060
conventions. If you notice that the codebase is not compliant with those
6161
specifications, please file an issue and/or submit a pull request with a patch.
62+
63+
### Testing
64+
65+
To run the tests, run the following from the root of the repository:
66+
67+
```
68+
# install dependencies
69+
pip install -r requirements.txt
70+
71+
# build the module
72+
python setup.py build
73+
74+
# test the module
75+
python setup.py test
76+
```

0 commit comments

Comments
 (0)