test_gmodules

./lib/python/gunittest – test_gmodules

Test failed

Testtest_gmodules
Testsuite./lib/python/gunittest
Test file./lib/python/gunittest/testsuite/test_gmodules.py
StatusFAILED
Return code1
Number of tests9
Successful tests8
Failed tests1
Percent successful89%
Test duration0:00:01.149094

Supplementary files

Standard error output (stderr)

etc/python/grass/lib/gis.py:801: DeprecationWarning: classic int division
  ('__val', c_ulong * (1024 / (8 * sizeof(c_ulong)))),
......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=1
zone=32
n=5147000
s=4878000
w=311000
e=518000
nsres=250
ewres=250
rows=1076
cols=828
cells=890928
" does not correspond with "n=...
s=...
w=...
e=...
nsres=...
ewres=...
rows=...
cols=...
cells=...
"

----------------------------------------------------------------------
Ran 9 tests in 0.266s
FAILED (failures=1)