test_univar

./temporal/t.rast.univar – test_univar

Test failed

Testtest_univar
Testsuite./temporal/t.rast.univar
Test file./temporal/t.rast.univar/testsuite/test_univar.py
StatusFAILED
Return code1
Number of tests7
Successful tests4
Failed tests3
Percent successful57%
Test duration0:00:09.333802
Tested modulest.rast.univar

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,
FFF....
======================================================================
FAIL: test_1 (__main__.TestRasterUnivar)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.rast.univar/testsuite/test_univar.py", line 61, in test_1
    self.assertLooksLike(ref_line,  res_line)
  File "etc/python/grass/gunittest/case.py", line 190, in assertLooksLike
    'reference argument is not a string'))
AssertionError: reference argument is not a string 
False is not true

======================================================================
FAIL: test_2 (__main__.TestRasterUnivar)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.rast.univar/testsuite/test_univar.py", line 80, in test_2
    self.assertLooksLike(ref_line,  res_line)
  File "etc/python/grass/gunittest/case.py", line 190, in assertLooksLike
    'reference argument is not a string'))
AssertionError: reference argument is not a string 
False is not true

======================================================================
FAIL: test_3 (__main__.TestRasterUnivar)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.rast.univar/testsuite/test_univar.py", line 99, in test_3
    self.assertLooksLike(ref_line,  res_line)
  File "etc/python/grass/gunittest/case.py", line 190, in assertLooksLike
    'reference argument is not a string'))
AssertionError: reference argument is not a string 
False is not true

----------------------------------------------------------------------
Ran 7 tests in 8.716s
FAILED (failures=3)