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

It in parallel #99

Open ric79 opened 6 years ago

ric79 commented 6 years ago

Hello, I would like to know if I can run two or more "it" in parallel. In this way I can reduce the overall testing time.

  with description('Tennis Tournament') as self:
    with it('Match 1'):
       ....

    with it('Match 2'):
       ....

    with it('Match 3 very long'):
       ....

Thanks!

nestorsalceda commented 6 years ago

Hello!

By the moment is not possible, although is a nice feature. I will check its viability after releasing 1.0.

Thanks!