This website works better with JavaScript
首页
发现
帮助
登录
RONCC
/
Geografic-Information-System
关注
1
点赞
0
派生
0
文件
工单管理
0
合并请求
0
Wiki
浏览代码
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 年之前
父节点
b660ed52da
当前提交
b5d26de046
共有
24 个文件被更改
,包括
0 次插入
和
0 次删除
分列视图
显示文件统计
0
0
lib/python/gunittest/testsuite/test_gunitest_doctests.py
0
0
lib/python/pygrass/gis/testsuite/test_pygrass_gis_doctests.py
0
0
lib/python/pygrass/messages/testsuite/test_pygrass_messages_doctests.py
0
0
lib/python/pygrass/modules/grid/testsuite/test_pygrass_modules_grid_doctests.py
0
0
lib/python/pygrass/modules/interface/testsuite/test_pygrass_modules_interface_doctests.py
0
0
lib/python/pygrass/modules/testsuite/test_pygrass_modules_doctests.py
0
0
lib/python/pygrass/raster/testsuite/test_pygrass_raster.py
0
0
lib/python/pygrass/raster/testsuite/test_pygrass_raster_doctests.py
0
0
lib/python/pygrass/rpc/testsuite/test_pygrass_rpc_doctests.py
0
0
lib/python/pygrass/shell/testsuite/test_pygrass_shell_doctests.py
0
0
lib/python/pygrass/testsuite/test_pygrass_doctests.py
0
0
lib/python/pygrass/vector/testsuite/test_pygrass_vector_doctests.py
0
0
lib/python/script/testsuite/test_script_doctests.py
0
0
lib/python/script/testsuite/test_script_raster.py
0
0
lib/python/temporal/testsuite/test_temporal_doctests.py
0
0
temporal/t.rast.extract/testsuite/test_t_rast_extract.py
0
0
temporal/t.rast.univar/testsuite/test_t_rast_univar.py
0
0
temporal/t.rast3d.extract/testsuite/test_t_rast3d_extract.py
0
0
temporal/t.rast3d.univar/testsuite/test_t_rast3d_univar.py
0
0
vector/v.extract/testsuite/test_v_extract.py
0
0
vector/v.in.lidar/testsuite/test_v_in_lidar_basic.py
0
0
vector/v.in.lidar/testsuite/test_v_in_lidar_filter.py
0
0
vector/v.in.lidar/testsuite/test_v_in_pdal_basic.py
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
查看文件