Python: calling GeoMoon() without errors, but calculations not yet validated.

This commit is contained in:
Don Cross
2019-06-24 15:25:28 -04:00
parent 44b9d26d1d
commit 787812287c
4 changed files with 93 additions and 31 deletions

View File

@@ -6,5 +6,6 @@ Fail()
}
python3 --version || Fail "Cannot print python version"
python3 test.py time || Fail "Failure reported by test.py"
python3 test.py time || Fail "Failure reported by test.py (time)"
python3 test.py moon || Fail "Failure reported by test.py (moon)"
exit 0