nestorsalceda / mamba

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

Be able to optionally import mamba functions, etc #85

Closed msurdi closed 6 years ago

msurdi commented 7 years ago

Would you consider adding support for being able to import mamba functions, context managers, etc such as description, it, context, etc?

Having them "global" is nice but breaks most editors because of missing declarations.

nestorsalceda commented 6 years ago

Will ship in 1.0 Thanks!!

nestorsalceda commented 6 years ago

I'm feeling your pain, bro!

mamba_pyflakes

nestorsalceda commented 6 years ago

Fixed in 4c3e92c8847b35c4afa53a90dd823c89d1d534d1

Will land in 0.9 series for testing.

Thanks!

gardenunez commented 6 years ago

Great!!! Thanks.