go-bdd / gobdd

BDD framework
https://go-bdd.github.io/gobdd/
MIT License
115 stars 20 forks source link

Add context #64

Closed bkielbasa closed 4 years ago

bkielbasa commented 4 years ago

Fixes https://github.com/go-bdd/gobdd/issues/57 FYI @sagikazarmark

sagikazarmark commented 4 years ago

Would be nice to have some sort of ctx.Unmarshal("mycontext", &myctx), so that we can avoid type assertions in the test code.

bkielbasa commented 4 years ago

we can discuss about it in another proposal :)