Running specs by tag

前端 未结 1 790
遇见更好的自我
遇见更好的自我 2020-12-19 20:32

In Python and nosetests testing framework there is this idea of tagging your tests:

from nose.plugins.attrib import attr

@attr(speed=\'slow\')
         


        
相关标签:
1条回答
  • 2020-12-19 20:52

    Grep is the closest you can get to this because there are no annotations in js.

    0 讨论(0)
提交回复
热议问题