from nose.plugins.attrib import attr! ! ! @attr('shipping')! class TestFreeShippping(TestCase):! ! def test_is_free_for_empty_basket(self):! ...! ! ! class TestFixedPriceShipping(TestCase):! ! @attr(slow=True)! def test_returns_fixed_price_for_basket(self):! ...! Wrap a class