summaryrefslogtreecommitdiff
path: root/tests/db_functions/comparison/test_least.py
AgeCommit message (Collapse)Author
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2020-12-10Fixed #32178 -- Allowed database backends to skip tests and mark expected ↵Hasan Ramezani
failures. Co-authored-by: Tim Graham <timograham@gmail.com>
2018-08-16Reorganized comparison db function tests.Nick Pope