nestorsalceda / mamba

The definitive testing tool for Python. Born under the banner of Behavior Driven Development (BDD).
http://nestorsalceda.github.io/mamba
MIT License
520 stars 64 forks source link

Shared Examples #90

Closed kfischer-okarin closed 6 years ago

kfischer-okarin commented 6 years ago

It would be really great if there was an shared example mechanism. Because the examples are collected via AST parsing, just calling a methods that define contexts/examples inside doesn't do anything at all.

nestorsalceda commented 6 years ago

Yeah, it is on my plans.

I'm not sure if it will land on 1.0 release, but I think is a valuable feature.

Thanks!