X-Git-Url: https://wylark.com/src/munter.git/blobdiff_plain/f25f263a1358af89de1ebb90dae33b4a7ca2bab3..8a033c290ee009fb26701611b582fc7779258fca:/tests/test.py diff --git a/tests/test.py b/tests/test.py new file mode 100755 index 0000000..bf5b01b --- /dev/null +++ b/tests/test.py @@ -0,0 +1,6 @@ +#! /usr/bin/env python +# -*- coding: utf-8 -*- +import munter + +est = munter.time_calc(3.2, 2300, 'uphill', 'imperial') +print("Time Estimate: %s hours" % est['time'])