Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hidayathamir/opendiscuss
Opendiscuss is a community platform where people contribute to discuss various topics. Frontend: https://github.com/Hidayathamir/opendiscuss_nextjs
https://github.com/hidayathamir/opendiscuss
gin-gonic go golang gorm integration-testing repository-pattern transaction-manager
Last synced: 2 months ago
JSON representation
Opendiscuss is a community platform where people contribute to discuss various topics. Frontend: https://github.com/Hidayathamir/opendiscuss_nextjs
- Host: GitHub
- URL: https://github.com/hidayathamir/opendiscuss
- Owner: Hidayathamir
- Created: 2023-10-04T09:57:37.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-21T16:48:52.000Z (over 1 year ago)
- Last Synced: 2023-10-22T16:24:28.338Z (over 1 year ago)
- Topics: gin-gonic, go, golang, gorm, integration-testing, repository-pattern, transaction-manager
- Language: Go
- Homepage:
- Size: 4.59 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-technical.md
Awesome Lists containing this project
README
# opendiscuss
## run generate mocks using mockery
```
./bin/mockery --name IQuestionRepository
```## run integration test
1. follow [quick start](https://github.com/Hidayathamir/opendiscuss#quick-start) to run the app.
2. run api integration test using [pytest](https://docs.pytest.org/en/7.4.x/).```
pytest
```