bridgy-fed/tests
Ryan Barrett 507cb19c32
test_integrations: import test_web instead of WebTest to avoid duplicating
before this, unittest thought the imported WebTest was a new test class and ran it again.
2023-11-15 12:40:59 -08:00
..
__init__.py initial code skeleton and app scaffolding, largely copied from Bridgy Fed 2022-12-24 08:34:39 -08:00
test_activitypub.py bug fixes for suppressing mentions of in-reply-to-authors 2023-11-11 14:52:21 -08:00
test_atproto.py atproto: store extra `cid` field in Object.bsky, populate in record strongRefs 2023-11-14 19:24:37 -08:00
test_common.py Resolve protocol-subdomain-wrapped ids/URLs by stripping the subdomain wrapping 2023-10-24 10:47:44 -07:00
test_convert.py /convert/: if dest protocol is AP, don't assume source protocol is Web 2023-11-08 11:28:17 -08:00
test_follow.py ActivityPub: translate ids in convert 2023-11-03 15:11:21 -07:00
test_ids.py ids: use subdomain-wrapped URLs to convert ATProto to Web/AP 2023-11-06 20:17:23 -08:00
test_integrations.py test_integrations: import test_web instead of WebTest to avoid duplicating 2023-11-15 12:40:59 -08:00
test_models.py Object.resolve_ids: handle multiple inReplyTo 2023-11-12 13:15:08 -08:00
test_pages.py delivery: switch from threads to tasks, one per send 2023-10-31 12:49:27 -07:00
test_protocol.py integration test for #720 2023-11-13 14:37:16 -08:00
test_redirect.py ActivityPub: translate ids in convert 2023-11-03 15:11:21 -07:00
test_template.jrd flask: port XrdOrJrdHandler, finish porting webfinger 2021-07-11 16:30:14 -07:00
test_template.xrd flask: port XrdOrJrdHandler, finish porting webfinger 2021-07-11 16:30:14 -07:00
test_web.py testutil noop, TestCase.make_user: include source_protocol in profile Object 2023-11-13 14:08:21 -08:00
test_webfinger.py webfinger: handle unknown protocol subdomain 2023-10-12 17:55:44 -07:00
testutil.py cache Protocol.for_id 2023-11-13 14:18:32 -08:00