看完 justforfunc #16: unit testing HTTP servers 影片後,了解原來單元測試 HTTP Server 並不會太難,因為官方已經有提供 httptest 工具,這工具讓單元測試 HPPT Server 變得非常簡單。
我平常都是使用 Gin 開發網站,而單元測試 HTTP Server 的概念都一樣,都是使用 httptest ,所以今天就來筆記一下如何寫 Gin 的 HTTP Server 單元測試。
Continue reading看完 justforfunc #16: unit testing HTTP servers 影片後,了解原來單元測試 HTTP Server 並不會太難,因為官方已經有提供 httptest 工具,這工具讓單元測試 HPPT Server 變得非常簡單。
我平常都是使用 Gin 開發網站,而單元測試 HTTP Server 的概念都一樣,都是使用 httptest ,所以今天就來筆記一下如何寫 Gin 的 HTTP Server 單元測試。
Continue readingI’m a person who is enthusiastic about Coding, and that’s my job by the way.
Web Developer