Append the nose @attr to the test name
问题 I am able to setup nose tests to run with the @attr tag. I am now interested in know if I can append to the end of the test name, the @attr tag? What we are trying to do is add a tag if our tests run into an issue and we write up a defect for it, we would then put the defect number as an @attr tag. Then when we run we could easily identify which tests have open defects against them. Just wondering if this is even possible, and where to go to see how to set it up? EDIT RESULTS RUNNING WITH