To create the Fediverse Test Suite, we need a number of components: 1. The actual tests For example, we want to test that: An actor file has the right format. An actor can follow another actor on another server, and their “following” and “follower” collections are updated accordingly. The content of a “note” post does not get mangled when transmitted from one server to another server running different software. Each of those needs to have code that exercises the server(s) under te...