wylark
/
munter.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
First stab at setuptools
[munter.git]
/
tests
/
test.py
diff --git a/tests/test.py
b/tests/test.py
new file mode 100755
(executable)
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'])