infusionsoft-api
infusionsoft-api copied to clipboard
Tests?
This looks like a very handy library, but I'm hesitant to use it without tests. Do you have plans to test, or have you identified barriers that would prevent it?
I don't have any plans to implement tests at the moment, though I'd welcome any pull requests.
The Queryable class could use benefit from testing that would not require any connection to the actual infusionsoft API, but just verifying the semantics of how it is building the queries.
If I were to take the time to implement tests personally, I would actual revisit the way the library is structured in general as I think it is overly-automagical without a whole lot of benefit.