mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-01 21:55:50 +00:00
We had separate test files test_minmax.py and test_count.py but the separate was artificial (and test_count.py even had one test using min()). Now I that want to add another test for sum(), I don't know where to put it. So in this patch I combine test_minmax.py and test_count.py into one test file - test_aggregate.py, and we can later add sum() tests in the same file. Signed-off-by: Nadav Har'El <nyh@scylladb.com>