test_modules

./lib/python/pygrass/modules/interface – test_modules

Test failed

Testtest_modules
Testsuite./lib/python/pygrass/modules/interface
Test file./lib/python/pygrass/modules/interface/testsuite/test_modules.py
StatusFAILED
Return code1
Number of tests509
Successful tests508
Failed tests1
Percent successful100%
Test duration0:00:10.582853

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,
.................E...........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
======================================================================
ERROR: test__d_linegraph (__main__.TestModules)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "lib/python/pygrass/modules/interface/testsuite/test_modules.py", line 44, in test
    Module(cmd)
  File "etc/python/grass/pygrass/modules/interface/module.py", line 544, in __init__
    self.params_list = [Parameter(p) for p in tree.findall("parameter")]
  File "etc/python/grass/pygrass/modules/interface/parameter.py", line 163, in __init__
    for v in diz['default'].split(',')]
ValueError: invalid literal for int() with base 10: '0.1'

----------------------------------------------------------------------
Ran 509 tests in 9.714s
FAILED (errors=1)