test_vwhat_ncspm

./vector/v.what – test_vwhat_ncspm

Test failed

Testtest_vwhat_ncspm
Testsuite./vector/v.what
Test file./vector/v.what/testsuite/test_vwhat_ncspm.py
StatusFAILED
Return code1
Number of tests4
Successful tests2
Failed tests2
Percent successful50%
Test duration0:00:00.860619
Tested modulesv.what

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,
.F.F
======================================================================
FAIL: test_print_options (__main__.TestNCMaps)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "vector/v.what/testsuite/test_vwhat_ncspm.py", line 190, in test_print_options
    self.assertLooksLike(reference=out2, actual=self.vwhat.outputs.stdout)
  File "etc/python/grass/gunittest/case.py", line 188, in assertLooksLike
    'actual argument is not a string'))
AssertionError: actual argument is not a string 
False is not true

======================================================================
FAIL: test_threshold (__main__.TestNCMaps)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "vector/v.what/testsuite/test_vwhat_ncspm.py", line 199, in test_threshold
    self.assertLooksLike(reference=out4, actual=self.vwhat.outputs.stdout)
  File "etc/python/grass/gunittest/case.py", line 188, in assertLooksLike
    'actual argument is not a string'))
AssertionError: actual argument is not a string 
False is not true

----------------------------------------------------------------------
Ran 4 tests in 0.251s
FAILED (failures=2)