ArmandBriere/Archy

Golang test mock

Opened this issue · 0 comments

Is your feature request related to a problem? Please describe.
Python testing and mock is complete, we need the same for Golang

Describe the solution you'd like

  • The exp function has some tests, but we are not mocking Firestore calls
  • We need to find a robust structure to mock those calls
  • Write detailed documentation with code snippets about that