From 166e558efdbc1b42028a1f9960157fd5e8547d87 Mon Sep 17 00:00:00 2001 From: Joshua Marshall Date: Mon, 5 Oct 2015 17:31:26 -0700 Subject: [PATCH] Adding new test instructions. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 125da98..9513c03 100644 --- a/README.md +++ b/README.md @@ -213,7 +213,8 @@ TESTS I've dropped almost-verbatim tests from the JSON-RPC spec 2.0 page. You can run it with: - python tests.py + pip install -r dev-requirements.txt + nosetests tests.py TODO ----