mirror of
https://github.com/ericchiang/pup
synced 2024-11-24 08:58:08 +00:00
20 lines
344 B
Markdown
20 lines
344 B
Markdown
# Tests
|
|
|
|
A simple set of tests to help maintain sanity.
|
|
|
|
The tests themselves are written in Python and can be run using the [nose](
|
|
https://nose.readthedocs.org/en/latest/) tool.
|
|
|
|
Install with:
|
|
|
|
```bash
|
|
$ pip install nose
|
|
```
|
|
|
|
Run the following command from either the base directory or this one to perform
|
|
the tests:
|
|
|
|
```bash
|
|
$ nosetests
|
|
```
|