godog/features
Matthew Rothenberg 2b109b5ea8 move SuiteContext out of _test namespace
This allows it to be easily re-used in other libraries to do
meta-testing on their own godog features/steps.

At some point it may make sense to migrate this entirely to a
sub-package of godog, however that would require a larger
re-architecting of the project structure to avoid circular dependencies
(e.g. `import cycle not allowed`).
2017-05-05 11:40:35 -04:00
..
formatter move SuiteContext out of _test namespace 2017-05-05 11:40:35 -04:00
background.feature improve scenario outline tests and behavior 2015-06-30 14:36:38 +03:00
events.feature support scenario outline with example table 2015-06-22 17:23:10 +03:00
lang.feature adds scenarios to test nested steps 2017-04-28 22:04:49 +03:00
load.feature adds scenarios to test nested steps 2017-04-28 22:04:49 +03:00
multistep.feature adds scenarios to test nested steps 2017-04-28 22:04:49 +03:00
outline.feature improve scenario outline tests and behavior 2015-06-30 14:36:38 +03:00
run.feature fixes a bug, when there are undefined steps after failing step #80 2017-05-04 11:02:01 +03:00
snippets.feature fix snippet string argument extraction followed by non space character 2016-09-20 15:21:08 +03:00