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:00.940525

Supplementary files

Standard error output (stderr)

.F.......
======================================================================
FAIL: test_merge_stderr (__main__.TestCallModuleFunction)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "lib/python/gunittest/testsuite/test_gmodules.py", line 41, in test_merge_stderr
    self.assertLooksLike(output, '...+proj=longlat +datum=WGS84...')
  File "etc/python/grass/gunittest/case.py", line 197, in assertLooksLike
    self.fail(self._formatMessage(msg, standardMsg))
AssertionError: "3934667.67|5490442.18|0.00
" does not correspond with "...+proj=longlat +datum=WGS84..."

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