AlessandroSechi / zammad-go

BSD 3-Clause "New" or "Revised" License
11 stars 6 forks source link

Implement tests #12

Closed miekg closed 2 months ago

miekg commented 2 months ago

This implements a (first) test to test the API, the json used comes from a live zammad instance and has been anonymized.

It adds a Doer interface to we can mock the Do() in Send in a somewhat elegant way.

Couldn't make the tests fully table driven as we have some functions that return a different number of results.

AlessandroSechi commented 2 months ago

Could you please resolve conflicts?

miekg commented 2 months ago

note sure if this will be conflict free after you merge #10