MCPcopy Index your code

hub / github.com/liberapay/liberapay.com / endpoints

Endpoints16 in github.com/liberapay/liberapay.com

Routetest_08_alternative_destinations_are_tried
patch('stripe.BalanceTransaction.retrieve')
tests/py/test_payins.py:None
Routetest_98_main_starts_cron_jobs
patch.dict('os.environ', {'RUN_CRON_JOBS': 'yes'})
tests/py/test_wireup.py:None
Routetest_99_main_can_be_reloaded
patch.dict('os.environ', {'RUN_CRON_JOBS': 'no'})
tests/py/test_wireup.py:None
Routetest_charge_dispute
patch('stripe.BalanceTransaction.retrieve')
tests/py/test_payins.py:None
Routetest_check_avatar_urls
patch.object(website.app_conf, 'check_avatar_urls', True)
tests/py/test_avatars.py:None
Routetest_connect_might_need_confirmation
mock.patch('requests_oauthlib.OAuth2Session.fetch_token')
tests/py/test_elsewhere.py:None
Routetest_connect_success
mock.patch('requests_oauthlib.OAuth2Session.fetch_token')
tests/py/test_elsewhere.py:None
Routetest_create_payday_issue
mock.patch('liberapay.billing.payday.date')
tests/py/test_payday.py:None
Routetest_cron_jobs_with_empty_db
patch('liberapay.cron.sleep')
tests/py/test_cron.py:None
Routetest_payday_can_be_restarted_after_crash
mock.patch('liberapay.billing.payday.exec_payday')
tests/py/test_payday.py:None
Routetest_refunded_destination_charge
patch('stripe.BalanceTransaction.retrieve')
tests/py/test_payins.py:None
Routetest_refunded_split_charge
patch('stripe.BalanceTransaction.retrieve')
tests/py/test_payins.py:None
Routetest_user_page_doesnt_fail_on_at_sign
mock.patch('liberapay.elsewhere._base.Platform.get_user_info')
tests/py/test_elsewhere.py:None
Routetest_user_page_shows_pledges
mock.patch('liberapay.elsewhere._base.Platform.get_user_info')
tests/py/test_elsewhere.py:None
Routetest_user_pages
mock.patch('liberapay.elsewhere._base.Platform.get_user_info')
tests/py/test_elsewhere.py:None
Routetest_weekly_and_daily_cron_jobs_at_the_wrong_time
patch('liberapay.cron.sleep')
tests/py/test_cron.py:None