Skip to content

Commit

Permalink
tests: Temporarily remove all gunittest exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix committed Sep 19, 2024
1 parent 9e764d0 commit 20eb947
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions .gunittest.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,36 +4,36 @@
# space. This would be ideally empty or it would include just special cases,
# but it includes mainly tests which can (and should) be fixed.
exclude =
gui/wxpython/core/testsuite/test_gcmd.py
gui/wxpython/core/testsuite/toolboxes.sh
lib/init/testsuite/test_grass_tmp_mapset.py
python/grass/gunittest/testsuite/test_assertions_rast3d.py
python/grass/gunittest/testsuite/test_assertions_vect.py
python/grass/gunittest/testsuite/test_gmodules.py
python/grass/gunittest/testsuite/test_gunitest_doctests.py
python/grass/pygrass/raster/testsuite/test_pygrass_raster_doctests.py
python/grass/pygrass/rpc/testsuite/test_pygrass_rpc_doctests.py
python/grass/script/testsuite/test_script_doctests.py
python/grass/temporal/testsuite/unittests_temporal_raster_algebra_equal_ts.py
python/grass/temporal/testsuite/unittests_temporal_raster_conditionals_complement_else.py
raster/r.in.lidar/testsuite/test_base_resolution.sh
raster/r.in.lidar/testsuite/test_base_resolution.sh
scripts/g.search.modules/testsuite/test_g_search_modules.py
temporal/t.connect/testsuite/test_distr_tgis_db_raster3d.py
temporal/t.connect/testsuite/test_distr_tgis_db_raster.py
temporal/t.connect/testsuite/test_distr_tgis_db_vector.py
temporal/t.info/testsuite/test.t.info.sh
temporal/t.rast.aggregate/testsuite/test_aggregation_relative.py
temporal/t.rast.series/testsuite/test_series.py
vector/v.in.lidar/testsuite/decimation_test.py
vector/v.in.lidar/testsuite/mask_test.py
vector/v.in.lidar/testsuite/test_v_in_lidar_basic.py
vector/v.in.lidar/testsuite/test_v_in_lidar_filter.py
vector/v.in.pdal/testsuite/test_v_in_pdal_basic.py
vector/v.in.pdal/testsuite/test_v_in_pdal_filter.py
vector/v.out.lidar/testsuite/test_v_out_lidar.py
vector/v.what/testsuite/test_vwhat_layers.py
vector/v.what/testsuite/test_vwhat_ncspm.py
# gui/wxpython/core/testsuite/test_gcmd.py
# gui/wxpython/core/testsuite/toolboxes.sh
# lib/init/testsuite/test_grass_tmp_mapset.py
# python/grass/gunittest/testsuite/test_assertions_rast3d.py
# python/grass/gunittest/testsuite/test_assertions_vect.py
# python/grass/gunittest/testsuite/test_gmodules.py
# python/grass/gunittest/testsuite/test_gunitest_doctests.py
# python/grass/pygrass/raster/testsuite/test_pygrass_raster_doctests.py
# python/grass/pygrass/rpc/testsuite/test_pygrass_rpc_doctests.py
# python/grass/script/testsuite/test_script_doctests.py
# python/grass/temporal/testsuite/unittests_temporal_raster_algebra_equal_ts.py
# python/grass/temporal/testsuite/unittests_temporal_raster_conditionals_complement_else.py
# raster/r.in.lidar/testsuite/test_base_resolution.sh
# raster/r.in.lidar/testsuite/test_base_resolution.sh
# scripts/g.search.modules/testsuite/test_g_search_modules.py
# temporal/t.connect/testsuite/test_distr_tgis_db_raster3d.py
# temporal/t.connect/testsuite/test_distr_tgis_db_raster.py
# temporal/t.connect/testsuite/test_distr_tgis_db_vector.py
# temporal/t.info/testsuite/test.t.info.sh
# temporal/t.rast.aggregate/testsuite/test_aggregation_relative.py
# temporal/t.rast.series/testsuite/test_series.py
# vector/v.in.lidar/testsuite/decimation_test.py
# vector/v.in.lidar/testsuite/mask_test.py
# vector/v.in.lidar/testsuite/test_v_in_lidar_basic.py
# vector/v.in.lidar/testsuite/test_v_in_lidar_filter.py
# vector/v.in.pdal/testsuite/test_v_in_pdal_basic.py
# vector/v.in.pdal/testsuite/test_v_in_pdal_filter.py
# vector/v.out.lidar/testsuite/test_v_out_lidar.py
# vector/v.what/testsuite/test_vwhat_layers.py
# vector/v.what/testsuite/test_vwhat_ncspm.py

# Maximum time for execution of one test file (not a test function)
# after which test is terminated (which may not terminate child processes
Expand Down

0 comments on commit 20eb947

Please sign in to comment.