From f64a6e48be57f30615ad3e9f999aff1d7a4cc767 Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Mon, 6 Apr 2015 15:11:59 -0400 Subject: [PATCH] Mention tests in README --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index fb48cc9..580504b 100644 --- a/README.rst +++ b/README.rst @@ -18,6 +18,10 @@ Otherwise, you can download the source package and then execute:: python setup.py install +The test suite in this library new, so it's rather thin, but it can be ran with:: + + python setup.py test + Usage -----