Opened 5 years ago

Last modified 4 years ago

#3817 new defect

raster/r.category/test_rcategory_doctest.txt is broken

Reported by: pmav99 Owned by: grass-dev@…
Priority: normal Milestone: 7.8.3
Component: Tests Version: unspecified
Keywords: Cc:
CPU: Unspecified Platform: Unspecified

Description

On python 2:

1 items had failures:
   9 of  40 in test_rcategory_doctest.txt
40 tests in 1 items.
31 passed and 9 failed.
***Test Failed*** 9 failures.

On python 3:

1 items had failures:
   7 of  40 in test_rcategory_doctest.txt
40 tests in 1 items.
33 passed and 7 failed.
***Test Failed*** 7 failures.

AFAI can tell this is not being run on fatra.

Change History (2)

comment:1 by sbl, 5 years ago

This is no proper gunittest and most likely therefore not included in fatra.

Can be run with something like: ./bin.x86_64-pc-linux-gnu/grass77 -c ~/grassdata/nc_spm_full_v2alpha/mapset --exec python -m doctest -v ../grass7_trunk5/raster/r.category/test_rcategory_doctest.txt

But should be turned into a proper gunittest I guess...

comment:2 by neteler, 4 years ago

Milestone: 7.8.3
Note: See TracTickets for help on using tickets.