def test_suite():
try:
LineString(([0, 0], [2, 0])).project(Point(0, 0))
except AttributeError:
return lambda x: None
return unittest.TestLoader().loadTestsFromTestCase(
LinearReferencingTestCase
)
test_linear_referencing.py 文件源码
python
阅读 19
收藏 0
点赞 0
评论 0
评论列表
文章目录