Godog - приёмочные тесты по-человечески (форк https://github.com/cucumber/godog)
Найти файл
gedi 4afb53d310 support gherkin scenario outline and examples
read scenario outline related tokens in gherkin lexer

* e8b71e6 test lexing of scenario outline with examples
* 13f73f2 update gherkin parser to parse scenario outline with examples
* cfad4fe test scenario outline persing
2015-06-11 13:24:21 +03:00
cmd/godog give a project name 2015-06-10 16:15:01 +03:00
gherkin support gherkin scenario outline and examples 2015-06-11 13:24:21 +03:00
.gitignore give a project name 2015-06-10 16:15:01 +03:00
.travis.yml give a project name 2015-06-10 16:15:01 +03:00
godog.go package documentation 2015-06-11 10:02:58 +03:00
LICENSE give a project name 2015-06-10 16:15:01 +03:00
README.md separate readme and license copy for gherkin package 2015-06-11 10:23:38 +03:00
steps.go package documentation 2015-06-11 10:02:58 +03:00

Build Status GoDoc

Godog

Godog is an open source behavior-driven development framework for go programming language. What is behavior-driven development, you ask? Its the idea that you start by writing human-readable sentences that describe a feature of your application and how it should work, and only then implement this behavior in software.

The project is inspired by behat and cucumber and is based on cucumber gherkin specification.

Be aware that

The work is still in progress and is not functional yet, neither it is intended for production usage. The general public API may brake.

Documentation

See godoc and gherkin godoc. See .travis.yml for supported go versions.

License

Licensed under the three clause BSD license