❌ Test failed
| Test | test_start_command_functions_nc |
| Testsuite | ./lib/python/script |
| Test file | ./lib/python/script/testsuite/test_start_command_functions_nc.py |
| Status | FAILED |
| Return code | 1 |
| Number of tests | 3 |
| Successful tests | 1 |
| Failed tests | 2 |
| Percent successful | 33% |
| Test duration | 0:00:01.050117 |
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.184s FAILED (failures=2)