DEV Community

Discussion on: Writing REST API Client in Go

Collapse
 
computistic profile image
Hannan Ali

Tests are almost required here, and there can be 2 types of them: unit tests and integration tests. For the second one we'll call real API. Let's write a simple test.

In the sentence up there, it gives a sense that you'll be showing both unit and integration tests, when only integration ones are later written, which left me a bit confused. Maybe the grammar can be cleared a bit :)