Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/liberapay/liberapay.com
/ endpoints
Endpoints
16 in github.com/liberapay/liberapay.com
⨍
Functions
1,698
◇
Types & classes
239
↳
Endpoints
16
Route
test_08_alternative_destinations_are_tried
patch('stripe.BalanceTransaction.retrieve')
tests/py/test_payins.py:None
Route
test_98_main_starts_cron_jobs
patch.dict('os.environ', {'RUN_CRON_JOBS': 'yes'})
tests/py/test_wireup.py:None
Route
test_99_main_can_be_reloaded
patch.dict('os.environ', {'RUN_CRON_JOBS': 'no'})
tests/py/test_wireup.py:None
Route
test_charge_dispute
patch('stripe.BalanceTransaction.retrieve')
tests/py/test_payins.py:None
Route
test_check_avatar_urls
patch.object(website.app_conf, 'check_avatar_urls', True)
tests/py/test_avatars.py:None
Route
test_connect_might_need_confirmation
mock.patch('requests_oauthlib.OAuth2Session.fetch_token')
tests/py/test_elsewhere.py:None
Route
test_connect_success
mock.patch('requests_oauthlib.OAuth2Session.fetch_token')
tests/py/test_elsewhere.py:None
Route
test_create_payday_issue
mock.patch('liberapay.billing.payday.date')
tests/py/test_payday.py:None
Route
test_cron_jobs_with_empty_db
patch('liberapay.cron.sleep')
tests/py/test_cron.py:None
Route
test_payday_can_be_restarted_after_crash
mock.patch('liberapay.billing.payday.exec_payday')
tests/py/test_payday.py:None
Route
test_refunded_destination_charge
patch('stripe.BalanceTransaction.retrieve')
tests/py/test_payins.py:None
Route
test_refunded_split_charge
patch('stripe.BalanceTransaction.retrieve')
tests/py/test_payins.py:None
Route
test_user_page_doesnt_fail_on_at_sign
mock.patch('liberapay.elsewhere._base.Platform.get_user_info')
tests/py/test_elsewhere.py:None
Route
test_user_page_shows_pledges
mock.patch('liberapay.elsewhere._base.Platform.get_user_info')
tests/py/test_elsewhere.py:None
Route
test_user_pages
mock.patch('liberapay.elsewhere._base.Platform.get_user_info')
tests/py/test_elsewhere.py:None
Route
test_weekly_and_daily_cron_jobs_at_the_wrong_time
patch('liberapay.cron.sleep')
tests/py/test_cron.py:None