UpdateCTestConfiguration  from :/Users/harrison37/Work/github/llnl/conduit/build-debug/DartConfiguration.tcl
Parse Config file:/Users/harrison37/Work/github/llnl/conduit/build-debug/DartConfiguration.tcl
UpdateCTestConfiguration  from :/Users/harrison37/Work/github/llnl/conduit/build-debug/DartConfiguration.tcl
Parse Config file:/Users/harrison37/Work/github/llnl/conduit/build-debug/DartConfiguration.tcl
Test project /Users/harrison37/Work/github/llnl/conduit/build-debug
Constructing a list of tests
Done constructing a list of tests
Updating test list for fixtures
Added 0 tests to meet fixture requirements
Checking test dependency graph...
Checking test dependency graph end
test 103
    Start 103: t_conduit_docs_tutorial_python_relay_io_handle_examples

103: Test command: /Users/harrison37/Work/github/llnl/conduit/uberenv_libs/spack/opt/spack/darwin-highsierra-x86_64/clang-9.0.0-apple/python-2.7.15-3ckhrh3sb7colfuc3gvt6bmkej3b5hlu/bin/python2.7 "-B" "-m" "unittest" "-v" "t_conduit_docs_tutorial_python_relay_io_handle_examples"
103: Environment variables: 
103:  PYTHONPATH=/Users/harrison37/Work/github/llnl/conduit/build-debug/python-modules/:/Users/harrison37/Work/github/llnl/conduit/src/tests/docs
103: Test timeout computed to be: 1500
103: test_001_io_handle (t_conduit_docs_tutorial_python_relay_io_handle_examples.Conduit_Tutorial_Python_Relay_IO_Handle) ... ok
103: 
103: ----------------------------------------------------------------------
103: Ran 1 test in 0.063s
103: 
103: OK
103: 
103: begin: test_001_io_handle,64
103: 
103: Node to write:
103: 
103: {
103:   "a": 
103:   {
103:     "data": 1.0,
103:     "more_data": 2.0,
103:     "b": 
103:     {
103:       "my_string": "value"
103:     }
103:   }
103: }
103: 
103: Value at "a/data" = 1.0
103: 
103: Removed "a/more_data"
103: 
103: Path "a/more_data" is no more
103: 
103: Writing to "a/c"
103: 
103: Children of "a": ['data', 'b', 'c']
103: 
103: Read Result:
103: 
103: {
103:   "a": 
103:   {
103:     "data": 1.0,
103:     "b": 
103:     {
103:       "my_string": "value"
103:     },
103:     "c": 42.0
103:   }
103: }
103: 
103: end: test_001_io_handle,112
1/1 Test #103: t_conduit_docs_tutorial_python_relay_io_handle_examples ...   Passed    0.24 sec

The following tests passed:
	t_conduit_docs_tutorial_python_relay_io_handle_examples

100% tests passed, 0 tests failed out of 1

Total Test time (real) =   0.26 sec
