https://github.com/3n0ugh/simple-crud-api
Simple CRUD API sample for blog.
https://github.com/3n0ugh/simple-crud-api
httptest test
Last synced: about 1 year ago
JSON representation
Simple CRUD API sample for blog.
- Host: GitHub
- URL: https://github.com/3n0ugh/simple-crud-api
- Owner: 3n0ugh
- Created: 2022-04-13T21:19:44.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-17T16:46:44.000Z (about 4 years ago)
- Last Synced: 2024-06-21T16:53:48.171Z (about 2 years ago)
- Topics: httptest, test
- Language: Go
- Homepage: https://medium.com/@3n0ugh/test-http-handlers-in-go-97dc01d05c3e
- Size: 8.79 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simple-crud-api
Simple CRUD API sample for [blog](https://medium.com/@3n0ugh/test-http-handlers-in-go-97dc01d05c3e).
Run all tests:
```bash
go test ./.. -v
```