Beispiel #1
0
 def test_check_admin_index_app_missing(self):
     result = check_admin_index_app([])
     self.assertEqual(len(result), 1)
Beispiel #2
0
 def test_check_admin_index_app_with_custom_admin_success(self):
     result = check_admin_index_app([])
     self.assertEqual(len(result), 0)
Beispiel #3
0
 def test_check_admin_index_app_after_admin_app_with_custom_admin(self):
     result = check_admin_index_app([])
     self.assertEqual(len(result), 1)
Beispiel #4
0
 def test_check_admin_index_app_incorrect_order(self):
     result = check_admin_index_app([])
     self.assertEqual(len(result), 1)