Skip to content

Feature context for godog that adds database testing steps

License

Notifications You must be signed in to change notification settings

martinohmann/godog-db

Repository files navigation

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.