mirror of
https://github.com/cosinekitty/astronomy.git
synced 2026-05-19 14:27:52 -04:00
Python: planet apsis search is working.
This commit is contained in:
@@ -9,7 +9,8 @@ python3 --version || Fail "Cannot print python version"
|
||||
python3 test.py rotation || Fail "Failed Python rotation tests."
|
||||
python3 test.py refraction || Fail "Failed Python refraction tests."
|
||||
python3 test.py time || Fail "Failure reported by test.py (time)"
|
||||
python3 test.py apsis || Fail "Failed Python apsis tests."
|
||||
python3 test.py lunar_apsis || Fail "Failed Python lunar apsis tests."
|
||||
python3 test.py planet_apsis || Fail "Failed Python planet apsis tests."
|
||||
python3 test.py magnitude || Fail "Failed Python magnitude tests."
|
||||
python3 test.py moon || Fail "Failure reported by test.py (moon)"
|
||||
python3 test.py seasons seasons/seasons.txt || Fail "Failed Python seasons test."
|
||||
@@ -27,4 +28,5 @@ time python3 test.py astro_check > temp/py_check.txt || Fail "Failure in Python
|
||||
./generate check temp/py_check.txt || Fail "Verification failure for Python unit test output."
|
||||
./ctest diff temp/{py,c}_check.txt || Fail "Diff(py,js) failure."
|
||||
|
||||
echo "$0: PASS"
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user