[lldb][NFC] Add reminder to TestSampleTest that setUp should be deleted if it not...
authorRaphael Isemann <teemperor@gmail.com>
Fri, 13 Dec 2019 11:09:10 +0000 (12:09 +0100)
committerRaphael Isemann <teemperor@gmail.com>
Fri, 13 Dec 2019 11:10:05 +0000 (12:10 +0100)
lldb/packages/Python/lldbsuite/test/sample_test/TestSampleTest.py

index a22670a..3577723 100644 (file)
@@ -28,6 +28,8 @@ class RenameThisSampleTestTestCase(TestBase):
     def setUp(self):
         # Call super's setUp().
         TestBase.setUp(self)
+        # Set up your test case here. If your test doesn't need any set up then
+        # remove this method from your TestCase class.
 
     def sample_test(self):
         """You might use the test implementation in several ways, say so here."""