test_fill_pyver.sh 513 Bytes
Newer Older
1
2
3
4
# Test python version fill utility
[ "$(fill_pyver 2)" == $LATEST_2p7 ] || ingest
[ "$(fill_pyver 2.7)" == $LATEST_2p7 ] || ingest
[ "$(fill_pyver 2.7.8)" == "2.7.8" ] || ingest
Andrew Murray's avatar
Andrew Murray committed
5
[ "$(fill_pyver 3)" == $LATEST_3p7 ] || ingest
6
[ "$(fill_pyver 3.7.0)" == "3.7.0" ] || ingest
Andrew Murray's avatar
Andrew Murray committed
7
[ "$(fill_pyver 3.7)" == $LATEST_3p7 ] || ingest
Matthew Brett's avatar
Matthew Brett committed
8
9
[ "$(fill_pyver 3.6)" == $LATEST_3p6 ] || ingest
[ "$(fill_pyver 3.6.0)" == "3.6.0" ] || ingest
10
11
[ "$(fill_pyver 3.5)" == $LATEST_3p5 ] || ingest
[ "$(fill_pyver 3.5.0)" == "3.5.0" ] || ingest