Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```