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

Add ability to skip/disable a particular test #108

Closed andrewminer closed 6 years ago

andrewminer commented 6 years ago

In other test frameworks (e.g., Karma), you can add an x in front of a test to skip that test. This is similar to (but with an opposite effect from) adding an f in front of a test to focus on just that test.

raulvillares commented 6 years ago

Hi Andrew,

I think you can achieve that by adding an underscore (like "_it").

Cheers!