[mapserver-commits] [mapserver/mapserver] ce90ae: msautotest/mspython: use pytest
Even Rouault
noreply at github.com
Wed Feb 5 11:39:25 PST 2020
Branch: refs/heads/master
Home: https://github.com/mapserver/mapserver
Commit: ce90aeaf0e2987abb4f05380fb7ceef8987f8128
https://github.com/mapserver/mapserver/commit/ce90aeaf0e2987abb4f05380fb7ceef8987f8128
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2020-01-19 (Sun, 19 Jan 2020)
Changed paths:
M ci/travis/before_install.sh
A msautotest/conftest.py
R msautotest/mspython/bug_check.py
R msautotest/mspython/ogr_query.py
A msautotest/mspython/requirements.txt
R msautotest/mspython/rqtest.py
M msautotest/mspython/run_all_tests.py
A msautotest/mspython/test_bug_check.py
M msautotest/mspython/test_mapio.py
A msautotest/mspython/test_ogr_query.py
A msautotest/mspython/test_rq.py
A msautotest/mspython/test_wkt.py
M msautotest/mspython/test_xmp.py
R msautotest/mspython/wkt.py
M msautotest/pymod/pmstestlib.py
M msautotest/pymod/testlib.py
A msautotest/pytest.ini
M scripts/vagrant/packages.sh
Log Message:
-----------
msautotest/mspython: use pytest
Commit: 8c07a6961ac6396aa1e3c03d3c853658b11c3223
https://github.com/mapserver/mapserver/commit/8c07a6961ac6396aa1e3c03d3c853658b11c3223
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2020-01-19 (Sun, 19 Jan 2020)
Changed paths:
M Makefile
M ci/travis/script.sh
M msautotest/conftest.py
A msautotest/gdal/__init__.py
M msautotest/gdal/run_test.py
A msautotest/misc/__init__.py
M msautotest/misc/run_test.py
M msautotest/pymod/mstestlib.py
M msautotest/pytest.ini
A msautotest/query/__init__.py
M msautotest/query/run_test.py
A msautotest/renderers/__init__.py
M msautotest/renderers/run_test.py
A msautotest/sld/__init__.py
M msautotest/sld/run_test.py
A msautotest/wxs/__init__.py
M msautotest/wxs/run_test.py
Log Message:
-----------
Port msautotest to pytest
Commit: 98deaeb60625e30aacaa2a496df872b9ed2281df
https://github.com/mapserver/mapserver/commit/98deaeb60625e30aacaa2a496df872b9ed2281df
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2020-01-19 (Sun, 19 Jan 2020)
Changed paths:
M ci/travis/before_install.sh
R msautotest/mspython/requirements.txt
A msautotest/requirements.txt
M scripts/vagrant/packages.sh
Log Message:
-----------
Move msautotest/mspython/requirements.txt to msautotest/
Commit: 5a6f8e88179d1d5c1f78a832842e6f62ffd432eb
https://github.com/mapserver/mapserver/commit/5a6f8e88179d1d5c1f78a832842e6f62ffd432eb
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2020-02-04 (Tue, 04 Feb 2020)
Changed paths:
M msautotest/gdal/run_test.py
M msautotest/misc/run_test.py
M msautotest/mspython/test_bug_check.py
M msautotest/mspython/test_mapio.py
M msautotest/mspython/test_ogr_query.py
M msautotest/mspython/test_rq.py
M msautotest/mspython/test_wkt.py
M msautotest/mspython/test_xmp.py
M msautotest/pymod/mstestlib.py
M msautotest/pytest.ini
M msautotest/query/run_test.py
M msautotest/renderers/run_test.py
M msautotest/sld/run_test.py
M msautotest/wxs/run_test.py
Log Message:
-----------
msautotest: add mspython in subdirectories explored by pytest, and skip properly mspython tests if mapscript not available
Commit: fd5e8eed1234b3d0d98db1f479f26c45fb79c651
https://github.com/mapserver/mapserver/commit/fd5e8eed1234b3d0d98db1f479f26c45fb79c651
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2020-02-04 (Tue, 04 Feb 2020)
Changed paths:
M Vagrantfile
M scripts/vagrant/packages.sh
M scripts/vagrant/proj6.sh
Log Message:
-----------
Fix Vagrant
Commit: d8f4f40ddd9de137f7829c6d043755d709feb184
https://github.com/mapserver/mapserver/commit/d8f4f40ddd9de137f7829c6d043755d709feb184
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2020-02-05 (Wed, 05 Feb 2020)
Changed paths:
M Makefile
M Vagrantfile
M ci/travis/before_install.sh
M ci/travis/script.sh
A msautotest/conftest.py
A msautotest/gdal/__init__.py
M msautotest/gdal/run_test.py
A msautotest/misc/__init__.py
M msautotest/misc/run_test.py
R msautotest/mspython/bug_check.py
R msautotest/mspython/ogr_query.py
R msautotest/mspython/rqtest.py
M msautotest/mspython/run_all_tests.py
A msautotest/mspython/test_bug_check.py
M msautotest/mspython/test_mapio.py
A msautotest/mspython/test_ogr_query.py
A msautotest/mspython/test_rq.py
A msautotest/mspython/test_wkt.py
M msautotest/mspython/test_xmp.py
R msautotest/mspython/wkt.py
M msautotest/pymod/mstestlib.py
M msautotest/pymod/pmstestlib.py
M msautotest/pymod/testlib.py
A msautotest/pytest.ini
A msautotest/query/__init__.py
M msautotest/query/run_test.py
A msautotest/renderers/__init__.py
M msautotest/renderers/run_test.py
A msautotest/requirements.txt
A msautotest/sld/__init__.py
M msautotest/sld/run_test.py
A msautotest/wxs/__init__.py
M msautotest/wxs/run_test.py
M scripts/vagrant/packages.sh
M scripts/vagrant/proj6.sh
Log Message:
-----------
Merge pull request #5984 from rouault/mspython_use_pytest
msautotest: use Pytest
Compare: https://github.com/mapserver/mapserver/compare/84274205449b...d8f4f40ddd9d
More information about the mapserver-commits
mailing list