.gunittest.cfg 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. [gunittest]
  2. # Files (or wildcard patterns) to exclude from testing separated by newline or
  3. # space. This would be ideally empty or it would include just special cases,
  4. # but it includes mainly tests which can (and should) be fixed.
  5. exclude =
  6. gui/wxpython/core/testsuite/toolboxes.sh
  7. lib/init/testsuite/test_grass_tmp_mapset.py
  8. python/grass/gunittest/testsuite/test_assertions_rast3d.py
  9. python/grass/gunittest/testsuite/test_assertions_vect.py
  10. python/grass/gunittest/testsuite/test_gmodules.py
  11. python/grass/gunittest/testsuite/test_gunitest_doctests.py
  12. python/grass/gunittest/testsuite/test_module_assertions.py
  13. python/grass/pygrass/raster/testsuite/test_pygrass_raster_doctests.py
  14. python/grass/pygrass/rpc/testsuite/test_pygrass_rpc_doctests.py
  15. python/grass/script/testsuite/test_script_doctests.py
  16. python/grass/temporal/testsuite/unittests_temporal_raster_algebra_equal_ts.py
  17. python/grass/temporal/testsuite/unittests_temporal_raster_conditionals_complement_else.py
  18. raster/r.contour/testsuite/testrc.py
  19. raster/r.in.gdal/testsuite/test_r_in_gdal.py
  20. raster/r.in.lidar/testsuite/test_base_resolution.sh
  21. raster/r.in.lidar/testsuite/test_base_resolution.sh
  22. scripts/g.search.modules/testsuite/test_g_search_modules.py
  23. temporal/t.connect/testsuite/test_distr_tgis_db_raster3d.py
  24. temporal/t.connect/testsuite/test_distr_tgis_db_raster.py
  25. temporal/t.connect/testsuite/test_distr_tgis_db_vector.py
  26. temporal/t.info/testsuite/test.t.info.sh
  27. temporal/t.rast.aggregate/testsuite/test_aggregation_relative.py
  28. temporal/t.rast.series/testsuite/test_series.py
  29. vector/v.in.lidar/testsuite/decimation_test.py
  30. vector/v.in.lidar/testsuite/mask_test.py
  31. vector/v.in.lidar/testsuite/test_v_in_lidar_basic.py
  32. vector/v.in.lidar/testsuite/test_v_in_lidar_filter.py
  33. vector/v.in.pdal/testsuite/test_v_in_pdal_basic.py
  34. vector/v.in.pdal/testsuite/test_v_in_pdal_filter.py
  35. vector/v.out.lidar/testsuite/test_v_out_lidar.py
  36. vector/v.what/testsuite/test_vwhat_layers.py
  37. vector/v.what/testsuite/test_vwhat_ncspm.py
  38. # Maximum time for execution of one test file (not a test function)
  39. # after which test is terminated (which may not terminate child processes
  40. # from that test).
  41. # Using 5 minutes as maximum (average test time should be much shorter,
  42. # couple seconds per file, median should be around one second).
  43. timeout = 300