Changes between Version 12 and Version 13 of rfc72_pytest


Ignore:
Timestamp:
Dec 10, 2018, 2:49:48 PM (6 years ago)
Author:
cdestigter
Comment:

minor wording tweaks suggested by KurtS

Legend:

Unmodified
Added
Removed
Modified
  • rfc72_pytest

    v12 v13  
    3838* Run individual test modules
    3939* Support existing subprocess/multiprocess tests
    40 * Support testing under Python 2 & Python 3 (2.7+)
     40* Support testing under Python 2.7 & Python 3
    4141* Stacktraces for assertion failures
    4242
     
    4545References:
    4646
    47 * [https://github.com/OSGeo/gdal/issues/949 GH#949].
     47* [https://github.com/OSGeo/gdal/issues/949 issue #949].
    4848* [https://lists.osgeo.org/pipermail/gdal-dev/2018-October/049081.html gdal-dev post], Oct 2018
    4949
    5050=== Example ===
    5151
    52 A typical GDAL python unit test:
     52A typical existing GDAL python unit test:
    5353
    5454{{{
     
    103103== Plan Phase 1 ==
    104104
    105 Progress at [https://github.com/OSGeo/gdal/pull/963 PR#963].
     105Progress at [https://github.com/OSGeo/gdal/pull/963 pull request 963].
    106106
    107107* Using code automation, convert the existing Python autotest suite to use pytest-style assertions.