Граф коммитов

6 коммитов

Автор SHA1 Сообщение Дата
Matthew Rothenberg
43dd0a1df3 fix line numbers in test after rebase 2017-05-05 13:44:48 -04:00
Matthew Rothenberg
fe33ed6e75 update godoc description 2017-05-05 11:40:35 -04:00
Matthew Rothenberg
fd1b376057 fix pre-existing typo 2017-05-05 11:40:35 -04:00
Matthew Rothenberg
ef0216a8bc add a general purpose "all steps" test 2017-05-05 11:40:35 -04:00
Matthew Rothenberg
304f1ea232 allow additional context initializers to be passed to SuiteContext
enables developers to inject extra context into the test environment
when running suites in meta-tests.
2017-05-05 11:40:35 -04:00
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