fediverse-devnet / feditest

A testing framework for distributed, heterogeneous systems communicating with complex protocols, such as the Fediverse
https://feditest.org/
MIT License
31 stars 6 forks source link

Mastodon API node mixin #209

Closed steve-bate closed 2 months ago

steve-bate commented 2 months ago

I factored out the Mastodon API-related code into a "mixin" class. I used the mixin to create a manually-provisioned Mastodon node and I also added it to the UBOS-based node. For now, the account parameters for UBOS should be configured explicitly. If you implement dynamic actor creation that can be supported too. See the example test plan in the feditest-tests-fediverse repo for more details about configuration.

jernst commented 2 months ago

Cursory review ... merged.