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

https://github.com/dal-go/mocks4dalgo

Mocks for Dalgo - makes testing your code that uses Dalgo easier
https://github.com/dal-go/mocks4dalgo

dalgo mock mocking mocking-utility

Last synced: 14 days ago
JSON representation

Mocks for Dalgo - makes testing your code that uses Dalgo easier

Awesome Lists containing this project

README

        

# mocks4dalgo

A tests helper package that provides mocks for:

* [dalgo/dal](https://github.com/dal-go/dalgo/tree/main/dal) - `mocks4dal`

You should have [`gomock`](https://go.uber.org/mock) installed to regenerate mocks.

## [mocks4dal](mock_dal)

To regenerate [`mocks.go`](mock_dal/mocks.go) file, run the following command:

$ mockgen -package mocks4dal github.com/dal-go/dalgo/dal Database,TransactionCoordinator,ReadTransactionCoordinator,ReadwriteTransactionCoordinator,Transaction,ReadTransaction,ReadwriteTransaction,ReadSession,WriteSession,ReadwriteSession > mocks4dal/mocks.go