Skip to content

Commit 4286aca

Browse files
committed
[lldb][NFC] Add reminder to TestSampleTest that setUp should be deleted if it not needed.
1 parent 5ab9fa4 commit 4286aca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lldb/packages/Python/lldbsuite/test/sample_test/TestSampleTest.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ def test_sample_rename_this(self):
2828
def setUp(self):
2929
# Call super's setUp().
3030
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.
3133

3234
def sample_test(self):
3335
"""You might use the test implementation in several ways, say so here."""

0 commit comments

Comments
 (0)