File: tests_rtree.py

package info (click to toggle)
paperwork 2.2.5-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 166,664 kB
  • sloc: python: 44,775; makefile: 992; sh: 625; xml: 135
file content (6 lines) | stat: -rw-r--r-- 189 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
import openpaperwork_core.spatial.tests


class TestSpatial(openpaperwork_core.spatial.tests.AbstractTest):
    def get_plugin_name(self):
        return "openpaperwork_core.spatial.rtree"