test_start_command_functions_nc stderr

WARNING: To run the module <g.region> add underscore at the end of the option <raster_> to avoid conflict with Python keywords. Underscore at the beginning is depreciated in GRASS GIS 7.0 and will be removed in version 7.1.
.WARNING: To run the module <g.region> add underscore at the end of the option <raster> to avoid conflict with Python keywords. Underscore at the beginning is depreciated in GRASS GIS 7.0 and will be removed in version 7.1.
FF
======================================================================
FAIL: test_prefixed_underscore (__main__.TestPythonKeywordsInParameters)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "lib/python/script/testsuite/test_start_command_functions_nc.py", line 32, in test_prefixed_underscore
    msg="Underscore as prefix was not accepted")
AssertionError: Underscore as prefix was not accepted 
1 != 0

======================================================================
FAIL: test_suffixed_underscore (__main__.TestPythonKeywordsInParameters)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "lib/python/script/testsuite/test_start_command_functions_nc.py", line 41, in test_suffixed_underscore
    msg="Underscore as suffix was not accepted, stderr is:\n%s" % stderr)
AssertionError: Underscore as suffix was not accepted, stderr is:
ERROR: Raster map <elevation> not found
 
1 != 0

----------------------------------------------------------------------
Ran 3 tests in 0.199s
FAILED (failures=2)