amarin / godog-db

Feature context for godog that adds database testing steps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

godog-db

Build Status Go Report Card Go Reference GitHub

godog-db defines a godog feature context which adds steps to setup and verify database contents during tests.

Installation

go get -u github.com/martinohmann/godog-db

Usage

Check feature_context_test.go and the features/ for usage examples.

License

The source code of godog-db is released under the MIT License. See the bundled LICENSE file for details.

About

Feature context for godog that adds database testing steps

License:MIT License


Languages

Language:Go 85.9%Language:Gherkin 10.0%Language:Makefile 4.2%