Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 349 Bytes

testing.rst

File metadata and controls

14 lines (11 loc) · 349 Bytes

Testing

The functions in this module are not directly importable from the root pygeos module. Instead, import them from the submodule as follows:

>>> from pygeos.testing import assert_geometries_equal

pygeos.testing