CleanCut / green

Green is a clean, colorful, fast python test runner.
MIT License
792 stars 75 forks source link

Make green work with nose_parameterized #39

Closed smspillaz closed 9 years ago

smspillaz commented 9 years ago

Green doesn't work with nose_parameterized since it executes tests that nose_parameterized marks as disabled using the nose-specific __test__ attribute

This attribute is easy to detect, so we should prune any tests that have it set.

smspillaz commented 9 years ago

Incidentally this also enables parameterised tests #38

CleanCut commented 9 years ago

Included in green 1.8.0, released today.