❌ Test failed
Test | test_gmodules |
Testsuite | ./lib/python/gunittest |
Test file | ./lib/python/gunittest/testsuite/test_gmodules.py |
Status | FAILED |
Return code | 1 |
Number of tests | 9 |
Successful tests | 8 |
Failed tests | 1 |
Percent successful | 89% |
Test duration | 0:00:01.235613 |
......F..
======================================================================
FAIL: test_output (__main__.TestCallModuleFunction)
----------------------------------------------------------------------
Traceback (most recent call last):
File "lib/python/gunittest/testsuite/test_gmodules.py", line 25, in test_output
self.assertLooksLike(output, G_REGION_OUTPUT)
File "etc/python/grass/gunittest/case.py", line 188, in assertLooksLike
self.fail(self._formatMessage(msg, standardMsg))
AssertionError: "projection=99
zone=0
n=221230
s=219580
w=637740
e=639530
nsres=10
ewres=10
rows=165
cols=179
cells=29535
" does not correspond with "n=...
s=...
w=...
e=...
nsres=...
ewres=...
rows=...
cols=...
cells=...
"
----------------------------------------------------------------------
Ran 9 tests in 0.339s
FAILED (failures=1)