My question is very much like this question: Nose: How to skip tests by default?
The difference is that I want to have a default setting to skip the slow tests. That is, when I don't specify an attribute it should skip the slow tests. When I however specify the slow attribute I want to run only the slow tests. Is there a way to do this with nose (python)?