diff --git a/README.md b/README.md index a203273..37802ae 100644 --- a/README.md +++ b/README.md @@ -73,3 +73,9 @@ pip install pymangle # from source python setup.py install --prefix=/some/path ``` + +tests +----- +```bash +python -c 'import pymangle; pymangle.test.test() +```