Roast topics
Find topics
Roast it!
Roast topics
Find topics
Find it!
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
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.