From aea4e8cb11fa29f2bac2be017bec8b8a688dae43 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 13 Sep 2015 22:27:24 -0400 Subject: [PATCH] Docs: Removed false statement from doc --- test/README | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/test/README b/test/README index a524bd7f3..ae52f4e93 100644 --- a/test/README +++ b/test/README @@ -22,9 +22,9 @@ failing tests, once you have run all the tests and produced an 'all.log' file. Any TAP harness may be used. -Note that adding the '--serial' option to ./run_all, all tests are executed serially. -The default runs Python, C++ and Bash tests in parallel. Using '--serial' will -make for a slower test run. +Note that adding the '--serial' option to ./run_all, all tests are executed +serially. The default runs Python, C++ and Bash tests in parallel. Using +'--serial' will make for a slower test run. Architecture @@ -148,9 +148,6 @@ For anyone looking for test-related tasks to take on, here are some suggestions: * Using .startswith: with rc.regex:off still uses regex. - * Import JSON validates absolutely no attributes. Create tests with bad data - in all fields, to exercise validation. - * Crazy dateformat values are not tested. * Invalid UTF8 is not tested.