From 8767c66b579997c96bfe83f58b27f410e1358e69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20K=C3=B6gl?= Date: Sun, 30 Dec 2012 16:04:52 +0100 Subject: Mention external tests in README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 23a6e85..f251ec8 100644 --- a/README.md +++ b/README.md @@ -10,3 +10,9 @@ See Sourcecode for Examples * Website: https://github.com/stefankoegl/python-json-patch * Repository: https://github.com/stefankoegl/python-json-patch.git + +Running external tests +---------------------- +To run external tests (such as those from https://github.com/json-patch/json-patch-tests) use ext_test.py + + ./ext_tests.py ../json-patch-tests/tests.json -- cgit v1.2.1