graphene/tests/utils.py
2015-10-05 23:06:49 -07:00

4 lines
69 B
Python

def assert_equal_lists(l1, l2):
assert sorted(l1) == sorted(l2)