http://www.51testing.com/html/35/n-3718035.html

 

@unittest.skip(u"强制跳过示例")

@unittest.skip(u"强制跳过示例")
  def test_add(self):
  self.assertEqual(add(4,5), 9)

相关文章:

  • 2022-03-04
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-15
  • 2022-02-26
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-08-07
  • 2022-02-03
  • 2022-12-23
  • 2021-08-20
  • 2022-12-23
相关资源
相似解决方案