Skip to content

Instantly share code, notes, and snippets.

@526avijitgupta
Created August 18, 2016 15:58
Show Gist options
  • Save 526avijitgupta/6fbd3e945631b6b30838e012f2dad8c9 to your computer and use it in GitHub Desktop.
Save 526avijitgupta/6fbd3e945631b6b30838e012f2dad8c9 to your computer and use it in GitHub Desktop.
Failures in dashboard_test.py
----------------------------------------
----------------------------------------
Error 1
test_exploration_upload_button (core.controllers.dashboard_test.CreationButtonsTest) ... ok
test_new_exploration_ids (core.controllers.dashboard_test.CreationButtonsTest) ... ok
test_can_see_feedback_thread_counts (core.controllers.dashboard_test.DashboardHandlerTest) ... ERROR:root:Exception raised: 'exp_id'
ERROR
test_collaborators_can_see_explorations (core.controllers.dashboard_test.DashboardHandlerTest) ... ERROR:root:Exception raised: datetime.datetime(2016, 8, 18, 12, 29, 11, 348535) is not JSON serializable
ERROR
test_managers_can_see_explorations (core.controllers.dashboard_test.DashboardHandlerTest) ... ok
test_no_explorations (core.controllers.dashboard_test.DashboardHandlerTest) ... ok
test_viewer_cannot_see_explorations (core.controllers.dashboard_test.DashboardHandlerTest) ... ok
test_multiple_plays_and_ratings_for_multiple_explorations (core.controllers.dashboard_test.DashboardStatisticsTest) ... ok
test_multiple_plays_and_ratings_for_single_exploration (core.controllers.dashboard_test.DashboardStatisticsTest) ... ERROR:root:Exception raised: 'exp_id_1'
ERROR
test_one_play_and_rating_for_multiple_explorations (core.controllers.dashboard_test.DashboardStatisticsTest) ... ERROR:root:Exception raised: 'exp_id_2'
ERROR
test_one_play_and_rating_for_single_exploration (core.controllers.dashboard_test.DashboardStatisticsTest) ... ok
test_one_play_for_single_exploration (core.controllers.dashboard_test.DashboardStatisticsTest) ... ERROR:root:Exception raised: 'exp_id_1'
ERROR
test_one_rating_for_single_exploration (core.controllers.dashboard_test.DashboardStatisticsTest) ... ERROR:root:Exception raised: 'exp_id_1'
ERROR
test_stats_for_multiple_explorations_with_multiple_owners (core.controllers.dashboard_test.DashboardStatisticsTest) ... ERROR:root:Exception raised: datetime.datetime(2016, 8, 18, 12, 37, 15, 930305) is not JSON serializable
ERROR
test_stats_for_single_exploration_with_multiple_owners (core.controllers.dashboard_test.DashboardStatisticsTest) ... ERROR:root:Exception raised: datetime.datetime(2016, 8, 18, 12, 37, 22, 979660) is not JSON serializable
ERROR
test_stats_no_explorations (core.controllers.dashboard_test.DashboardStatisticsTest) ... ok
test_logged_in_notifications_dashboard (core.controllers.dashboard_test.HomePageTest) ... ok
test_logged_out_homepage (core.controllers.dashboard_test.HomePageTest) ... ok
test_notifications_dashboard_redirects_for_logged_out_users (core.controllers.dashboard_test.HomePageTest) ... ok
test_author_ids_are_handled_correctly (core.controllers.dashboard_test.NotificationsDashboardHandlerTest) ... ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment