graphene/tests/utils.py

4 lines
69 B
Python
Raw Normal View History

2015-10-06 08:59:23 +03:00
def assert_equal_lists(l1, l2):
assert sorted(l1) == sorted(l2)