Sign Up Sign In Get Started Configure your CI Mute a test Changelog Trubleshooting Privacy Policy Terms of Service Status
Make starter packs the default page while retaining all the links of accounts Commit 3f8b1 pushed by Anže Pečar 57 tests 55 passed 2 failed Duration accounts/tests.py::TestSelectedInstance::test_no_selected_instance 0.0779s self = <accounts.tests.TestSelectedInstance testMethod=test_no_selected_instance> def test_no_selected_instance(self): response = self.client.get("/") > self.assertEqual(response.status_code, 200) E AssertionError: 302 != 200 accounts/tests.py:73: AssertionError accounts/tests.py::TestSelectedInstance::test_selected_instance_through_session 0.2140s self = <accounts.tests.TestSelectedInstance testMethod=test_selected_instance_through_session> def test_selected_instance_through_session(self): self.client.get("/?selected_instance=mastodon.social") response = self.client.get("/") > self.assertEqual(response.status_code, 200) E AssertionError: 302 != 200 accounts/tests.py:178: AssertionError accounts/tests.py::TestSelectedInstance::test_invalid_selected_instance 0.6948s accounts/tests.py::TestSelectedInstance::test_selected_instance 0.2038s accounts/tests.py::TestSelectedInstance::test_selected_instance_https_truncate 0.2114s accounts/tests.py::TestSelectedInstance::test_selected_instance_http_truncate 0.2060s accounts/tests.py::TestSelectedInstance::test_selected_instance_slash_truncate 0.2133s accounts/tests.py::TestSelectedInstance::test_unselected_instance 0.3510s accounts/tests.py::TestSitemap::test_sitemap 0.1609s accounts/tests.py::TestStaticPages::test_developers_on_mastodon 0.0915s accounts/tests.py::TestStaticPages::test_faq 0.1074s confs/tests.py::TestConferencePage::test_conference_pacific_with_no_filter 0.1794s confs/tests.py::TestConferencePage::test_conference_utc_with_no_filter 0.1380s confs/tests.py::TestConferencePage::test_conference_with_pacific_with_date 0.1571s confs/tests.py::TestConferencePage::test_conference_with_pacific_with_date_no_posts 0.1250s confs/tests.py::TestConferencePage::test_conference_with_utc_with_date 0.1547s confs/tests.py::TestConferencePage::test_conference_with_utc_with_date_no_posts 0.1205s confs/tests.py::TestConferencesPage::test_conferences_page 0.1090s starter_packs/tests.py::TestCreateStarterPack::test_create_page 0.0971s starter_packs/tests.py::TestCreateStarterPack::test_create_page_logged_in 0.1295s starter_packs/tests.py::TestCreateStarterPack::test_create_starter_pack 0.1492s starter_packs/tests.py::TestCreateStarterPack::test_form_error 0.1214s starter_packs/tests.py::TestDeleteStarterPack::test_delete 0.1114s starter_packs/tests.py::TestDeleteStarterPack::test_delete_confirmation 0.1516s starter_packs/tests.py::TestDeleteStarterPack::test_not_logged_in 0.0949s starter_packs/tests.py::TestDeleteStarterPack::test_not_owned_starter_pack 0.0928s starter_packs/tests.py::TestEditStarterPackAccounts::test_edit_starter_packs 0.1299s starter_packs/tests.py::TestEditStarterPackAccounts::test_not_logged_in 0.1020s starter_packs/tests.py::TestEditStarterPackAccounts::test_not_owned_starter_pack 0.1152s starter_packs/tests.py::TestEditStarterPack::test_edit_starter_pack_post 0.1391s starter_packs/tests.py::TestEditStarterPack::test_edit_starter_packs 0.1221s starter_packs/tests.py::TestEditStarterPack::test_not_logged_in 0.0995s starter_packs/tests.py::TestEditStarterPack::test_not_owned_starter_pack 0.0981s starter_packs/tests.py::TestShareStarterPack::test_api_activitypub 0.1023s starter_packs/tests.py::TestShareStarterPack::test_api_formats_1___application_ld_json__profile__https___www_w3_org_ns_activitystreams_____application_activity_json__ 0.0959s starter_packs/tests.py::TestShareStarterPack::test_api_formats_2___application_activity_json____application_activity_json__ 0.1022s starter_packs/tests.py::TestShareStarterPack::test_api_formats_3___application_activity_json_q_0_5_text_html_q_0_4____application_activity_json__ 0.0986s starter_packs/tests.py::TestShareStarterPack::test_api_formats_4___application_json____application_json__ 0.0922s starter_packs/tests.py::TestShareStarterPack::test_api_formats_5___application_json_q_0_5_text_html_q_0_4____application_json__ 0.1120s starter_packs/tests.py::TestShareStarterPack::test_api_formats_6___text_html____text_html__ 0.1842s starter_packs/tests.py::TestShareStarterPack::test_api_formats_7___text_plain____text_html__ 0.1452s starter_packs/tests.py::TestShareStarterPack::test_api_plain_json 0.0908s starter_packs/tests.py::TestShareStarterPack::test_logged_in 0.1835s starter_packs/tests.py::TestShareStarterPack::test_non_discoverable_accounts 0.1359s starter_packs/tests.py::TestShareStarterPack::test_not_existing_starter_pack 0.0791s starter_packs/tests.py::TestShareStarterPack::test_share_starter_pack 0.1547s starter_packs/tests.py::TestStarterPacks::test_index_page 0.1648s starter_packs/tests.py::TestStarterPacks::test_index_page_logged_in 0.1172s starter_packs/tests.py::TestStarterPacks::test_index_page_with_own_starter_packs 0.1204s starter_packs/tests.py::TestToggleStarterPackAccount::test_add_account 0.1118s starter_packs/tests.py::TestToggleStarterPackAccount::test_remove_account 0.1084s starter_packs/tests.py::TestToggleStarterPackAccount::test_toggle_after_limit 0.9997s stats/tests.py::TestStarterPackStats::test_starter_pack_stats 0.0287s stats/tests.py::TestStats::test_all_daily_lang_stats 0.0021s stats/tests.py::TestStats::test_posts_from_yesterday_are_updated 0.1086s stats/tests.py::TestStats::test_store_daily_stats 0.0920s stats/tests.py::TestStats::test_store_daily_stats_with_accounts 0.0974s