Changes between Version 6 and Version 7 of rfc72_pytest


Ignore:
Timestamp:
Dec 3, 2018, 3:25:58 PM (6 years ago)
Author:
cdestigter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • rfc72_pytest

    v6 v7  
    5353
    5454{{{
     55#!python
    5556def test_gdaladdo_1():
    5657    if test_cli_utilities.get_gdaladdo_path() is None:
     
    7980Could ''eventually'' become something like this
    8081{{{
     82#!python
    8183@pytest.mark.require_files('gcore/data/mfloat32.vrt', 'gcore/data/float32.tif')
    8284def test_gdaladdo_1(gdaladdo):