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

Exec single test (it) or single describe by command line #134

Open nicolalandro opened 5 years ago

nicolalandro commented 5 years ago

I need the possibility to exec only one test, because acceptance test is slow and I need to manage one test only when I find a problem.

hakunin commented 5 years ago

There seems to be support for those https://mamba-bdd.readthedocs.io/en/latest/filtering.html#focused-examples

nicolalandro commented 4 years ago

I want to exec one test without touch the code only specify the name or the path from the "describe" to the "it".