Opened 6 years ago
Last modified 5 years ago
#3817 new defect
raster/r.category/test_rcategory_doctest.txt is broken
Reported by: | pmav99 | Owned by: | |
---|---|---|---|
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.
Note:
See TracTickets
for help on using tickets.
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...