How to skip a unit test#
from unittest import skip, TestCase
class MyTestCase(TestCase):
@skip("skipping this")
def test_vpls_short_conversion(self):
...
From here you can search these documents. Enter your search terms below.
Keys | Action |
---|---|
? | Open this help |
n | Next page |
p | Previous page |
s | Search |