fedify icon indicating copy to clipboard operation
fedify copied to clipboard

`MockFederation` & `MockContext` for easier unit tests

Open dahlia opened this issue 11 months ago • 0 comments

To make Fedify apps testable, Fedify should provide MockFederation and MockContext. They need to satisfy Federation and Context interfaces, and have few more properties and methods such as:

  • receiveActivity(activity: Activity): Promise<void>
  • getSentActivities(): Activity[]
  • clearSentActivities(): void

dahlia avatar Jan 07 '25 04:01 dahlia