Login
From:
Alex Pliutau Blog
(Uncensored)
subscribe
How to separate Unit and Integration tests in Go
https://pliutau.com/separate_unit_integration_tests/
links
backlinks
Roast topics
Find topics
Find it!
Usually integration tests take long time, because they’re doing real requests to real system. And it’s not necessary to run them every time we type go test.