❌ Test failed
Test | basic_test |
Testsuite | ./vector/v.in.pdal |
Test file | ./vector/v.in.pdal/testsuite/basic_test.py |
Status | FAILED |
Return code | 1 |
Number of tests | 1 |
Successful tests | 0 |
Failed tests | 1 |
Percent successful | 0% |
Test duration | 0:00:01.238405 |
/usr/lib/python2.7/xml/etree/ElementTree.py:1627: DeprecationWarning: This method of XMLParser is deprecated. Define doctype() method on the TreeBuilder target.
DeprecationWarning,
E
======================================================================
ERROR: test_same_data (__main__.BasicTest)
Test to see if the standard outputs are created
----------------------------------------------------------------------
Traceback (most recent call last):
File "vector/v.in.pdal/testsuite/basic_test.py", line 62, in test_same_data
output=self.imported_points)
File "etc/python/grass/gunittest/case.py", line 1140, in assertModule
module = _module_from_parameters(module, **kwargs)
File "etc/python/grass/gunittest/case.py", line 1205, in _module_from_parameters
module = SimpleModule(module, **kwargs)
File "etc/python/grass/gunittest/gmodules.py", line 54, in __init__
Module.__init__(self, cmd, *args, **kargs)
File "etc/python/grass/pygrass/modules/interface/module.py", line 467, in __init__
raise GrassError(str_err % self.name)
GrassError: Error running: `v.in.pdal --interface-description`.
----------------------------------------------------------------------
Ran 1 test in 0.401s
FAILED (errors=1)