❌ Test failed
Test | test_doctests |
Testsuite | ./lib/python/pygrass/modules |
Test file | ./lib/python/pygrass/modules/testsuite/test_doctests.py |
Status | FAILED |
Return code | 1 |
Number of tests | 7 |
Successful tests | 5 |
Failed tests | 2 |
Percent successful | 71% |
Test duration | 0:02:00.454626 |
... (lines omitted) 2..5..8..11..14..17..2..20..5..23..8..26..11..29..14..32..17..35..20..38..23..41..26..44..29..47..32..50..35..38..53..41..56..44..59..47..62..50..65..53..68..56..71..59..74..62..77..65..80..68..71..83..74..86..77..89..80..92..83..95..86..98..89..100 92..Aspect raster map <aspect> complete Slope raster map <slope> complete 95..98..100 Aspect raster map <aspect> complete Slope raster map <slope> complete .F....F ====================================================================== FAIL: copy_mapset (grass.pygrass.modules.grid.grid) Doctest: grass.pygrass.modules.grid.grid.copy_mapset ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/doctest.py", line 2226, in runTest raise self.failureException(self.format_failure(new.getvalue())) AssertionError: Failed doctest test for grass.pygrass.modules.grid.grid.copy_mapset File "etc/python/grass/pygrass/modules/grid/grid.py", line 63, in copy_mapset ---------------------------------------------------------------------- File "etc/python/grass/pygrass/modules/grid/grid.py", line 85, in grass.pygrass.modules.grid.grid.copy_mapset Failed example: sorted(os.listdir(os.path.join(path, 'PERMANENT'))) Expected: [u'DEFAULT_WIND', u'PROJ_INFO', u'PROJ_UNITS', u'VAR', u'WIND'] Got: [u'CURGROUP', u'DEFAULT_WIND', u'MYNAME', u'PROJ_INFO', u'PROJ_UNITS', u'VAR', u'WIND'] ====================================================================== FAIL: MetaModule (grass.pygrass.modules.shortcuts) Doctest: grass.pygrass.modules.shortcuts.MetaModule ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/doctest.py", line 2226, in runTest raise self.failureException(self.format_failure(new.getvalue())) AssertionError: Failed doctest test for grass.pygrass.modules.shortcuts.MetaModule File "etc/python/grass/pygrass/modules/shortcuts.py", line 14, in MetaModule ---------------------------------------------------------------------- File "etc/python/grass/pygrass/modules/shortcuts.py", line 28, in grass.pygrass.modules.shortcuts.MetaModule Failed example: g_list.outputs.stdout # doctest: +ELLIPSIS Expected: '...basin...soils...' Got: 'basins\nelevation\ngeology\nlakes\nlandsat.blue\nlandsat.green\nlandsat.red\nlanduse\northophoto.blue\northophoto.green\northophoto.red\northophoto.rgb\n' ---------------------------------------------------------------------- Ran 7 tests in 119.433s FAILED (failures=2)