Re: [GRASS-dev] [GRASS GIS] #3792: Use unique names on test modules

2019-04-18 Thread GRASS GIS
#3792: Use unique names on test modules
--+-
  Reporter:  pmav99   |  Owner:  grass-dev@…
  Type:  enhancement  | Status:  closed
  Priority:  normal   |  Milestone:  7.8.0
 Component:  Tests|Version:  svn-trunk
Resolution:  fixed|   Keywords:
   CPU:  Unspecified  |   Platform:  Unspecified
--+-

Comment (by neteler):

 In [changeset:"74400" 74400]:
 {{{
 #!CommitTicketReference repository="" revision="74400"
 testsuite: convert the following test to a proper python module name
 (fixes #3792)
 }}}

-- 
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #3792: Use unique names on test modules

2019-04-17 Thread GRASS GIS
#3792: Use unique names on test modules
--+-
  Reporter:  pmav99   |  Owner:  grass-dev@…
  Type:  enhancement  | Status:  closed
  Priority:  normal   |  Milestone:  7.8.0
 Component:  Tests|Version:  svn-trunk
Resolution:  fixed|   Keywords:
   CPU:  Unspecified  |   Platform:  Unspecified
--+-

Comment (by pmav99):

 If possible, please convert the following test to a proper python module
 name:

 {{{
 raster/r.random/testsuite/test_r.random.py
 }}}

 I guess that this should do it:

 {{{
 svn mv raster/r.random/testsuite/test_r.random.py
 raster/r.random/testsuite/test_r_random.py
 }}}

-- 
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #3792: Use unique names on test modules

2019-03-25 Thread GRASS GIS
#3792: Use unique names on test modules
--+-
  Reporter:  pmav99   |  Owner:  grass-dev@…
  Type:  enhancement  | Status:  closed
  Priority:  normal   |  Milestone:  7.8.0
 Component:  Tests|Version:  svn-trunk
Resolution:  fixed|   Keywords:
   CPU:  Unspecified  |   Platform:  Unspecified
--+-

Comment (by sbl):

 In [changeset:"74303" 74303]:
 {{{
 #!CommitTicketReference repository="" revision="74303"
 Move v.in.pdal tests back; see #3792
 }}}

-- 
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #3792: Use unique names on test modules

2019-03-25 Thread GRASS GIS
#3792: Use unique names on test modules
--+-
  Reporter:  pmav99   |  Owner:  grass-dev@…
  Type:  enhancement  | Status:  closed
  Priority:  normal   |  Milestone:  7.8.0
 Component:  Tests|Version:  svn-trunk
Resolution:  fixed|   Keywords:
   CPU:  Unspecified  |   Platform:  Unspecified
--+-

Comment (by pmav99):

 As shown by @sbl [https://trac.osgeo.org/grass/ticket/3771#comment:9
 here], there was a typo. To fix it the following needs to be applied:
 {{{
 svn mv vector/v.in.lidar/testsuite/test_v_in_pdal_basic.py
 vector/v.in.pdal/testsuite/test_v_in_pdal_basic.py
 svn mv vector/v.in.lidar/testsuite/test_v_in_pdal_filter.py
 vector/v.in.pdal/testsuite/test_v_in_pdal_filter.py
 }}}

-- 
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #3792: Use unique names on test modules

2019-03-12 Thread GRASS GIS
#3792: Use unique names on test modules
--+-
  Reporter:  pmav99   |  Owner:  grass-dev@…
  Type:  enhancement  | Status:  closed
  Priority:  normal   |  Milestone:  7.8.0
 Component:  Tests|Version:  svn-trunk
Resolution:  fixed|   Keywords:
   CPU:  Unspecified  |   Platform:  Unspecified
--+-
Changes (by neteler):

 * component:  Default => Tests
 * milestone:   => 7.8.0


-- 
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #3792: Use unique names on test modules

2019-03-12 Thread GRASS GIS
#3792: Use unique names on test modules
--+-
  Reporter:  pmav99   |  Owner:  grass-dev@…
  Type:  enhancement  | Status:  closed
  Priority:  normal   |  Milestone:
 Component:  Default  |Version:  svn-trunk
Resolution:  fixed|   Keywords:
   CPU:  Unspecified  |   Platform:  Unspecified
--+-
Changes (by neteler):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 In [changeset:"74226" 74226]:
 {{{
 #!CommitTicketReference repository="" revision="74226"
 testsuite: use unique names on test modules to better support pytest
 (fixes #3792) (contributed by pmav99)
 }}}

-- 
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev