Browse Source

testsuite: use unique names on test modules to better support pytest (fixes https://trac.osgeo.org/grass/ticket/3792) (contributed by pmav99)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@74226 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 6 years ago
parent
commit
b5d26de046
24 changed files with 0 additions and 0 deletions
  1. 0 0
      lib/python/gunittest/testsuite/test_gunitest_doctests.py
  2. 0 0
      lib/python/pygrass/gis/testsuite/test_pygrass_gis_doctests.py
  3. 0 0
      lib/python/pygrass/messages/testsuite/test_pygrass_messages_doctests.py
  4. 0 0
      lib/python/pygrass/modules/grid/testsuite/test_pygrass_modules_grid_doctests.py
  5. 0 0
      lib/python/pygrass/modules/interface/testsuite/test_pygrass_modules_interface_doctests.py
  6. 0 0
      lib/python/pygrass/modules/testsuite/test_pygrass_modules_doctests.py
  7. 0 0
      lib/python/pygrass/raster/testsuite/test_pygrass_raster.py
  8. 0 0
      lib/python/pygrass/raster/testsuite/test_pygrass_raster_doctests.py
  9. 0 0
      lib/python/pygrass/rpc/testsuite/test_pygrass_rpc_doctests.py
  10. 0 0
      lib/python/pygrass/shell/testsuite/test_pygrass_shell_doctests.py
  11. 0 0
      lib/python/pygrass/testsuite/test_pygrass_doctests.py
  12. 0 0
      lib/python/pygrass/vector/testsuite/test_pygrass_vector_doctests.py
  13. 0 0
      lib/python/script/testsuite/test_script_doctests.py
  14. 0 0
      lib/python/script/testsuite/test_script_raster.py
  15. 0 0
      lib/python/temporal/testsuite/test_temporal_doctests.py
  16. 0 0
      temporal/t.rast.extract/testsuite/test_t_rast_extract.py
  17. 0 0
      temporal/t.rast.univar/testsuite/test_t_rast_univar.py
  18. 0 0
      temporal/t.rast3d.extract/testsuite/test_t_rast3d_extract.py
  19. 0 0
      temporal/t.rast3d.univar/testsuite/test_t_rast3d_univar.py
  20. 0 0
      vector/v.extract/testsuite/test_v_extract.py
  21. 0 0
      vector/v.in.lidar/testsuite/test_v_in_lidar_basic.py
  22. 0 0
      vector/v.in.lidar/testsuite/test_v_in_lidar_filter.py
  23. 0 0
      vector/v.in.lidar/testsuite/test_v_in_pdal_basic.py
  24. 0 0
      vector/v.in.lidar/testsuite/test_v_in_pdal_filter.py

lib/python/gunittest/testsuite/test_doctests.py → lib/python/gunittest/testsuite/test_gunitest_doctests.py


lib/python/pygrass/gis/testsuite/test_doctests.py → lib/python/pygrass/gis/testsuite/test_pygrass_gis_doctests.py


lib/python/pygrass/messages/testsuite/test_doctests.py → lib/python/pygrass/messages/testsuite/test_pygrass_messages_doctests.py


lib/python/pygrass/modules/grid/testsuite/test_doctests.py → lib/python/pygrass/modules/grid/testsuite/test_pygrass_modules_grid_doctests.py


lib/python/pygrass/modules/interface/testsuite/test_doctests.py → lib/python/pygrass/modules/interface/testsuite/test_pygrass_modules_interface_doctests.py


lib/python/pygrass/modules/testsuite/test_doctests.py → lib/python/pygrass/modules/testsuite/test_pygrass_modules_doctests.py


lib/python/pygrass/raster/testsuite/test_raster.py → lib/python/pygrass/raster/testsuite/test_pygrass_raster.py


lib/python/pygrass/raster/testsuite/test_doctests.py → lib/python/pygrass/raster/testsuite/test_pygrass_raster_doctests.py


lib/python/pygrass/rpc/testsuite/test_doctests.py → lib/python/pygrass/rpc/testsuite/test_pygrass_rpc_doctests.py


lib/python/pygrass/shell/testsuite/test_doctests.py → lib/python/pygrass/shell/testsuite/test_pygrass_shell_doctests.py


lib/python/pygrass/testsuite/test_doctests.py → lib/python/pygrass/testsuite/test_pygrass_doctests.py


lib/python/pygrass/vector/testsuite/test_doctests.py → lib/python/pygrass/vector/testsuite/test_pygrass_vector_doctests.py


lib/python/script/testsuite/test_doctests.py → lib/python/script/testsuite/test_script_doctests.py


lib/python/script/testsuite/test_raster.py → lib/python/script/testsuite/test_script_raster.py


lib/python/temporal/testsuite/test_doctests.py → lib/python/temporal/testsuite/test_temporal_doctests.py


temporal/t.rast.extract/testsuite/test_extract.py → temporal/t.rast.extract/testsuite/test_t_rast_extract.py


temporal/t.rast.univar/testsuite/test_univar.py → temporal/t.rast.univar/testsuite/test_t_rast_univar.py


temporal/t.rast3d.extract/testsuite/test_extract.py → temporal/t.rast3d.extract/testsuite/test_t_rast3d_extract.py


temporal/t.rast3d.univar/testsuite/test_univar.py → temporal/t.rast3d.univar/testsuite/test_t_rast3d_univar.py


vector/v.extract/testsuite/test_extract.py → vector/v.extract/testsuite/test_v_extract.py


vector/v.in.lidar/testsuite/basic_test.py → vector/v.in.lidar/testsuite/test_v_in_lidar_basic.py


vector/v.in.lidar/testsuite/filter_test.py → vector/v.in.lidar/testsuite/test_v_in_lidar_filter.py


vector/v.in.pdal/testsuite/basic_test.py → vector/v.in.lidar/testsuite/test_v_in_pdal_basic.py


vector/v.in.pdal/testsuite/filter_test.py → vector/v.in.lidar/testsuite/test_v_in_pdal_filter.py