add test cases
This commit is contained in:
parent
d7a883bedc
commit
a635e65898
|
@ -140,6 +140,8 @@ python3 ./test.py -f 2-query/max.py
|
||||||
python3 ./test.py -f 2-query/max.py -R
|
python3 ./test.py -f 2-query/max.py -R
|
||||||
python3 ./test.py -f 2-query/min.py
|
python3 ./test.py -f 2-query/min.py
|
||||||
python3 ./test.py -f 2-query/min.py -R
|
python3 ./test.py -f 2-query/min.py -R
|
||||||
|
python3 ./test.py -f 2-query/mode.py
|
||||||
|
python3 ./test.py -f 2-query/mode.py -R
|
||||||
python3 ./test.py -f 2-query/Now.py
|
python3 ./test.py -f 2-query/Now.py
|
||||||
python3 ./test.py -f 2-query/Now.py -R
|
python3 ./test.py -f 2-query/Now.py -R
|
||||||
python3 ./test.py -f 2-query/percentile.py
|
python3 ./test.py -f 2-query/percentile.py
|
||||||
|
@ -382,6 +384,7 @@ python3 ./test.py -f 2-query/Now.py -Q 2
|
||||||
python3 ./test.py -f 2-query/Today.py -Q 2
|
python3 ./test.py -f 2-query/Today.py -Q 2
|
||||||
python3 ./test.py -f 2-query/max.py -Q 2
|
python3 ./test.py -f 2-query/max.py -Q 2
|
||||||
python3 ./test.py -f 2-query/min.py -Q 2
|
python3 ./test.py -f 2-query/min.py -Q 2
|
||||||
|
python3 ./test.py -f 2-query/mode.py -Q 2
|
||||||
python3 ./test.py -f 2-query/count.py -Q 2
|
python3 ./test.py -f 2-query/count.py -Q 2
|
||||||
python3 ./test.py -f 2-query/last.py -Q 2
|
python3 ./test.py -f 2-query/last.py -Q 2
|
||||||
python3 ./test.py -f 2-query/first.py -Q 2
|
python3 ./test.py -f 2-query/first.py -Q 2
|
||||||
|
@ -477,6 +480,7 @@ python3 ./test.py -f 2-query/Now.py -Q 3
|
||||||
python3 ./test.py -f 2-query/Today.py -Q 3
|
python3 ./test.py -f 2-query/Today.py -Q 3
|
||||||
python3 ./test.py -f 2-query/max.py -Q 3
|
python3 ./test.py -f 2-query/max.py -Q 3
|
||||||
python3 ./test.py -f 2-query/min.py -Q 3
|
python3 ./test.py -f 2-query/min.py -Q 3
|
||||||
|
python3 ./test.py -f 2-query/mode.py -Q 3
|
||||||
python3 ./test.py -f 2-query/count.py -Q 3
|
python3 ./test.py -f 2-query/count.py -Q 3
|
||||||
python3 ./test.py -f 2-query/last.py -Q 3
|
python3 ./test.py -f 2-query/last.py -Q 3
|
||||||
python3 ./test.py -f 2-query/first.py -Q 3
|
python3 ./test.py -f 2-query/first.py -Q 3
|
||||||
|
@ -574,6 +578,7 @@ python3 ./test.py -f 2-query/Now.py -Q 4
|
||||||
python3 ./test.py -f 2-query/Today.py -Q 4
|
python3 ./test.py -f 2-query/Today.py -Q 4
|
||||||
python3 ./test.py -f 2-query/max.py -Q 4
|
python3 ./test.py -f 2-query/max.py -Q 4
|
||||||
python3 ./test.py -f 2-query/min.py -Q 4
|
python3 ./test.py -f 2-query/min.py -Q 4
|
||||||
|
python3 ./test.py -f 2-query/mode.py -Q 4
|
||||||
python3 ./test.py -f 2-query/count.py -Q 4
|
python3 ./test.py -f 2-query/count.py -Q 4
|
||||||
python3 ./test.py -f 2-query/last.py -Q 4
|
python3 ./test.py -f 2-query/last.py -Q 4
|
||||||
python3 ./test.py -f 2-query/first.py -Q 4
|
python3 ./test.py -f 2-query/first.py -Q 4
|
||||||
|
|
Loading…
Reference in New Issue