Thanks for this library.
I'm trying to write unit tests that use objects like GHRepository, but I'm having a hard time creating a GHRepository instance with dummy data. There are no static constructors. It looks like the only way to create one with attributes is to deserialize from a JSON string with an ObjectMapper.
Can we make this library more test friendly?
Thanks for this library.
I'm trying to write unit tests that use objects like
GHRepository, but I'm having a hard time creating aGHRepositoryinstance with dummy data. There are no static constructors. It looks like the only way to create one with attributes is to deserialize from a JSON string with anObjectMapper.Can we make this library more test friendly?