diff options
| author | Stefan Kögl <stefan@skoegl.net> | 2012-12-30 16:04:52 +0100 |
|---|---|---|
| committer | Stefan Kögl <stefan@skoegl.net> | 2012-12-30 16:04:52 +0100 |
| commit | 8767c66b579997c96bfe83f58b27f410e1358e69 (patch) | |
| tree | ed3698a5bb9355129582e8674d615c58987aca02 | |
| parent | ab691f2cce402b89f05e179ddc721fda4b0f086c (diff) | |
| download | python-json-patch-8767c66b579997c96bfe83f58b27f410e1358e69.tar.gz | |
Mention external tests in README.md
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |
