pytest-marks 0.3

The ability to set 'marks' on py.test test methods is pretty cool.    @pytest.mark.red    def some_test_method(self):        # some check-y stuffBut if you have a half dozen marks that you...