- added mini unit testing framework

- added unit tests for Value.isXYZ() and iteration over Value members to compute size
This commit is contained in:
Baptiste Lepilleur
2009-11-21 18:07:09 +00:00
parent 932cfc798b
commit 45c499d310
10 changed files with 1342 additions and 2 deletions

View File

@@ -116,7 +116,7 @@ def main():
options, args = parser.parse_args()
if len(args) < 1 or len(args) > 2:
options.error( 'Must provides at least path to jsontestrunner executable.' )
parser.error( 'Must provides at least path to jsontestrunner executable.' )
sys.exit( 1 )
jsontest_executable_path = os.path.normpath( os.path.abspath( args[0] ) )