File: __init__.py

package info (click to toggle)
python-geographiclib 2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 276 kB
  • sloc: python: 2,127; makefile: 5
file content (12 lines) | stat: -rw-r--r-- 269 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
"""

test_geodesic: test the geodesic routines from GeographicLib

Run these tests with one of

    python2 -m unittest -v geographiclib.test.test_geodesic
    python3 -m unittest -v geographiclib.test.test_geodesic

executed in this directory's parent directory.

"""