bowler's test_send_to_inbox skipped in its entirety;

we should support this, but not in v1.0.

MIME type constant for the above fixed, for completeness.
trilby-heavy
Marnanel Thurman 2020-06-15 22:16:07 +01:00
rodzic 08f1a40ee3
commit ddb797b3a7
1 zmienionych plików z 7 dodań i 1 usunięć

Wyświetl plik

@ -35,11 +35,17 @@ OBJECT_FORM = {
"cc": "https://e14n.com/evan"
}
MIME_TYPE = 'application/ld+json; profile="https://www.w3.org/ns/activitystreams"'
MIME_TYPE = 'application/activity+json'
INVALID_UTF8 = b"\xa0\xa1"
logger = logging.getLogger(name='kepi')
@skip("""Sending to inbox is not yet implemented, not least
because there don't seem to be any clients to test it with.
The ActivityPub spec seems straightforward, though, so we
should implement it at some point. The code in this test
was written for the old bowler-heavy kepi design, and
will need a lot of rewriting.""")
class TestInbox2(TestCase):
def setUp(self):