文件名称:openeo-geopyspark-integrationtests:GeoPyspark后端的集成测试
文件大小:453KB
文件格式:ZIP
更新时间:2024-03-01 20:10:13
Python
openeo-geopyspark-integrationtests 集成测试套件,该套件使用openeo-python-client针对OpenEO后端测试各种用例。 安装 去做 用法 要针对某个OpenEO后端运行测试套件,请执行以下操作:在环境变量ENDPOINT指定后端基本URL,然后运行测试。 例如: export ENDPOINT=http://localhost:8080/ pytest Pytest提供了来运行一个子集或仅运行一个测试。 一些示例(可以组合): 使用-k选项,按测试名称的子字符串选择: pytest -k test_health 运行不涉及批处理作业的测试(使用@pytest.mark.batchjob装饰) pytest -m "not batchjob" 调试和故障排除技巧 tmp_path固定装置提供了一个。 它会自动清除(最后3次运行除外)
【文件预览】:
openeo-geopyspark-integrationtests-master
----Jenkinsfile(4KB)
----pytest.ini(320B)
----tests()
--------cloudmask.py(3KB)
--------data()
--------conftest.py(1KB)
--------test_integration.py(35KB)
--------__init__.py(0B)
----LICENSE(11KB)
----setup.cfg(21B)
----requirements.txt(116B)
----setup.py(407B)
----.gitignore(1KB)
----README.md(1KB)
----scripts()
--------submit.sh(3KB)
--------poll-yarn.py(6KB)
----openeogeotrellis.deploy.probav-mep.py(588B)