nestorsalceda / mamba

The definitive testing tool for Python. Born under the banner of Behavior Driven Development (BDD).

Home Page:http://nestorsalceda.github.io/mamba

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add ability to skip/disable a particular test

andrewminer opened this issue · comments

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.

Hi Andrew,

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

Cheers!