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.