Skip to content

Commit

Permalink
add references
Browse files Browse the repository at this point in the history
  • Loading branch information
astorfi committed Jul 1, 2018
1 parent fc67594 commit 33d4239
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -259,9 +259,21 @@ observation per row.
"""
~~~~~~~~~~~~
Test Example
~~~~~~~~~~~~
Tests
-----

SpeechPy includes some unit tests. To run the tests, `cd` into the
`speechpy/tests` directory and run:

```
python -m pytest
```

For installing the requirements you only need to install ``pytest`` using the following:

------------
Example
------------

The test example can be seen in ``test/test.py`` as below:

Expand Down

0 comments on commit 33d4239

Please sign in to comment.