Advertisement
Guest User

Untitled

a guest
Nov 25th, 2015
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 3.03 KB | None | 0 0
  1. ['True', u'Test "1_1_courses_app_model_structure" has been successfully passed: model(s) structure(s) is(are) consistent with requirements.', True, '', '']
  2. ['True', u'Test "1_2_students_app_model_structure" has been successfully passed: model(s) structure(s) is(are) consistent with requirements.', True, '', '']
  3. ['True', u'Test "2_1_courses_app_model_fields_types" has been successfully passed: model(s) fields(s) is(are) consistent with requirements.', True, '', '']
  4. ['True', u'Test "2_2_students_app_model_fields_types" has been successfully passed: model(s) fields(s) is(are) consistent with requirements.', True, '', '']
  5. ['False', u'Test "3_1_courses_app_list_view" has been failed - ensure: view of items list must be displayed as required. Check: \n(1) if all the items\' names are linkable; \n(2) no hardcoded urls are placed in appropriate template;\n(3) all the required fields are displayed,\n(4) only required fields are displayed.\n(5) all the migrations are made; \n(6) url matching is implemented as required;\n(7) all the required links are placed in appropriate template.', False, '', '']
  6. ['False', u'Test "3_2_students_app_list_view" has been failed - ensure: view of items list must be displayed as required. Check: \n(1) if all the items\' names are linkable; \n(2) no hardcoded urls are placed in appropriate template;\n(3) all the required fields are displayed,\n(4) only required fields are displayed.\n(5) all the migrations are made; \n(6) url matching is implemented as required;\n(7) all the required links are placed in appropriate template.', False, '', '']
  7. ['False', u'Test "4_1_courses_app_detail_view" has been failed - ensure: app\'s detail view must be consistent with requirements. Ensure: \n(1) all the required fields of app\'s detail view are to be displayed; \n(2) all the migrations are made; \n(3) url matching is implemented as required;\n(4) all the required links are placed in appropriate template (check menu links).', False, '', '']
  8. ['True', u'Test "4_2_students_app_detail_view" has been successfully passed: app\'s detail view is consistent with requirements.', True, '', '']
  9. ['False', u'Test "5_students_app_specific_list_view" has been failed - ensure: list of courses of a single student must be displayed as required. Check: \n(1) if all the items\' names are linkable; \n(2) no hardcoded urls are placed in appropriate template;\n(3) all the required fields are displayed,\n(4) only required fields are displayed.\n(5) all the migrations are made; \n(6) url matching is implemented as required;\n(7) all the required links are placed in appropriate template; \n(8) THE MOST IMPORTANT (TEST CASE SPECIFIC) THING: only students of a single course are displayed.', False, '', '']
  10. ['True', u'Test "6_courses_app_models_unicode_overriding" has been successfully passed: models\' __unicode__ attributes are overridden as required.', True, '', '']
  11. ['False', u'Test "7_students_menu_linkability" has been failed - ensure: students menu must be linked as required. Check a link to students list for a single course case.', False, '', '']
  12. 0.55
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement