__init__.py 281 Bytes
Newer Older
Valentin Platzgummer's avatar
Valentin Platzgummer committed
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.

"""