test_convert

./temporal/t.rast.contour – test_convert

Test failed

Testtest_convert
Testsuite./temporal/t.rast.contour
Test file./temporal/t.rast.contour/testsuite/test_convert.py
StatusFAILED
Return code1
Number of tests2
Successful tests0
Failed tests2
Percent successful0%
Test duration0:00:01.343217

Supplementary files

Standard error output (stderr)

/usr/lib/python2.7/xml/etree/ElementTree.py:1638: DeprecationWarning: This method of XMLParser is deprecated.  Define doctype() method on the TreeBuilder target.
  DeprecationWarning,
EE
======================================================================
ERROR: setUpClass (__main__.TestRasterContour)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.rast.contour/testsuite/test_convert.py", line 32, in setUpClass
    overwrite=True)
  File "etc/python/grass/gunittest/case.py", line 1095, in runModule
    errors=errors)
CalledModuleError: Module run 1 t.create ended with error
Process ended with non-zero return code t.create(output='A', type='strds', temporaltype='absolute', semantictype='mean', title='A test', description='A test', overwrite=True). See the following errors:
Traceback (most recent call last):
  File "scripts/t.create", line 86, in <module>
    main()
  File "scripts/t.create", line 68, in main
    import grass.temporal as tgis
  File "etc/python/grass/temporal/__init__.py", line 3, in <module>
    from .core import *
  File "etc/python/grass/temporal/core.py", line 44, in <module>
    from .c_libraries_interface import *
  File "etc/python/grass/temporal/c_libraries_interface.py", line 27, in <module>
    from grass.pygrass.rpc.base import RPCServerBase
  File "etc/python/grass/pygrass/rpc/__init__.py", line 21, in <module>
    from grass.pygrass.vector import *
  File "etc/python/grass/pygrass/vector/__init__.py", line 6, in <module>
    libgis.G_gisinit('')
AttributeError: 'module' object has no attribute 'G_gisinit'


======================================================================
ERROR: setUpClass (__main__.TestRasterContourFails)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.rast.contour/testsuite/test_convert.py", line 215, in setUpClass
    overwrite=True)
  File "etc/python/grass/gunittest/case.py", line 1095, in runModule
    errors=errors)
CalledModuleError: Module run 1 t.create ended with error
Process ended with non-zero return code t.create(output='A', type='strds', temporaltype='absolute', semantictype='mean', title='A test', description='A test', overwrite=True). See the following errors:
Traceback (most recent call last):
  File "scripts/t.create", line 86, in <module>
    main()
  File "scripts/t.create", line 68, in main
    import grass.temporal as tgis
  File "etc/python/grass/temporal/__init__.py", line 3, in <module>
    from .core import *
  File "etc/python/grass/temporal/core.py", line 44, in <module>
    from .c_libraries_interface import *
  File "etc/python/grass/temporal/c_libraries_interface.py", line 27, in <module>
    from grass.pygrass.rpc.base import RPCServerBase
  File "etc/python/grass/pygrass/rpc/__init__.py", line 21, in <module>
    from grass.pygrass.vector import *
  File "etc/python/grass/pygrass/vector/__init__.py", line 6, in <module>
    libgis.G_gisinit('')
AttributeError: 'module' object has no attribute 'G_gisinit'


----------------------------------------------------------------------
Ran 0 tests in 0.548s
FAILED (errors=2)