elahe-dastan / urlShortener

URL Shortener with Key Generation Service (KGS)
GNU General Public License v3.0
16 stars 0 forks source link

Handler Test #34

Closed 1995parham closed 4 years ago

1995parham commented 4 years ago

Write tests for handler package using httptest package and store mock. Here you will need to create an interface for the store so you can pass the mock instead of the actual store for testing.