❌ Test failed
| Test | test_univar |
| Testsuite | ./temporal/t.rast.univar |
| Test file | ./temporal/t.rast.univar/testsuite/test_univar.py |
| Status | FAILED |
| Return code | 1 |
| Number of tests | 7 |
| Successful tests | 4 |
| Failed tests | 3 |
| Percent successful | 57% |
| Test duration | 0:00:05.366925 |
| Tested modules | t.rast.univar |
/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 4.792s FAILED (failures=3)