We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ab9fa4 commit 4286acaCopy full SHA for 4286aca
lldb/packages/Python/lldbsuite/test/sample_test/TestSampleTest.py
@@ -28,6 +28,8 @@ def test_sample_rename_this(self):
28
def setUp(self):
29
# Call super's setUp().
30
TestBase.setUp(self)
31
+ # Set up your test case here. If your test doesn't need any set up then
32
+ # remove this method from your TestCase class.
33
34
def sample_test(self):
35
"""You might use the test implementation in several ways, say so here."""
0 commit comments