File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
python/grass/gunittest/testsuite Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 66exclude =
77 gui/wxpython/core/testsuite/test_gcmd.py
88 gui/wxpython/core/testsuite/toolboxes.sh
9- python/grass/gunittest/testsuite/test_assertions_vect.py
109 python/grass/pygrass/raster/testsuite/test_pygrass_raster_doctests.py
1110 python/grass/pygrass/rpc/testsuite/test_pygrass_rpc_doctests.py
1211 python/grass/temporal/testsuite/unittests_temporal_raster_algebra_equal_ts.py
Original file line number Diff line number Diff line change 55# but it includes mainly tests which can (and should) be fixed.
66exclude =
77 gui/wxpython/core/testsuite/toolboxes.sh
8- python/grass/gunittest/testsuite/test_assertions_vect.py
98 python/grass/gunittest/testsuite/test_gunitest_doctests.py
109 python/grass/pygrass/raster/testsuite/test_pygrass_raster_doctests.py
1110 python/grass/pygrass/rpc/testsuite/test_pygrass_rpc_doctests.py
Original file line number Diff line number Diff line change 22Tests assertion methods for vectors.
33"""
44
5+ import unittest
56from grass .exceptions import CalledModuleError
67from grass .gunittest .case import TestCase
78from grass .gunittest .main import test
8- from grass .gunittest .utils import xfail_windows
99
1010
1111V_UNIVAR_SCHOOLS_WIDTH_SUBSET = """n=144
@@ -282,7 +282,7 @@ def test_assertVectorAsciiEqualsVectorAscii_diff_content(self):
282282 self .assertFileExists (self .simple_base_file )
283283 self .assertFileExists (self .simple_modified_file )
284284
285- @xfail_windows
285+ @unittest . expectedFailure
286286 def test_assertVectorEqualsAscii_by_import (self ):
287287 amap = "simple_vector_map_imported_base"
288288 self .runModule (
You can’t perform that action at this time.
0 commit comments