There was an error while loading. Please reload this page.
1 parent c298937 commit dfd3da2Copy full SHA for dfd3da2
tests/modeltests/expressions/tests.py
@@ -8,10 +8,6 @@
8
class ExpressionsTestCase(TestCase):
9
fixtures = ['f_expression_testdata.json']
10
11
- def assertItemsEqual(self, a, b):
12
- #fixme, replace with unittest2 function
13
- return self.assertEqual(sorted(a), sorted(b))
14
-
15
def test_basic_f_expression(self):
16
company_query = Company.objects.values('name','num_employees',
17
'num_chairs'
0 commit comments