Test coverage (and hi :))

Firstly hi :slight_smile: I love the idea of a simple, federated blogging platform that can interact with ActivityPub stuff. Great work on this so far! :muscle:

My question: as a Go newbie maybe I’m missing it, but I don’t see much test coverage in the repo right now. (Mostly no *testing.T references for example). Is there automated test coverage somewhere that I’m missing?

1 Like

Hi! It’s nice to see you here.

We do not currently have a testing framework or integration tests. This is something that’s come up recently, github comment.

Personally I intend to start adding more unit tests as I contribute.

Yep, we definitely want to add more tests as we go along. If you’re interested in helping out, @robw, just let us know!