[lldb][NFC] Simplify script_alias test
authorRaphael Isemann <teemperor@gmail.com>
Tue, 3 Sep 2019 09:21:47 +0000 (09:21 +0000)
committerRaphael Isemann <teemperor@gmail.com>
Tue, 3 Sep 2019 09:21:47 +0000 (09:21 +0000)
llvm-svn: 370718

lldb/packages/Python/lldbsuite/test/commands/command/script_alias/TestCommandScriptAlias.py

index e454365..515cbf1 100644 (file)
@@ -13,10 +13,7 @@ class CommandScriptAliasTestCase(TestBase):
 
     mydir = TestBase.compute_mydir(__file__)
 
-    def test(self):
-        self.pycmd_tests()
-
-    def pycmd_tests(self):
+    def test_pycmd(self):
         self.runCmd("command script import tcsacmd.py")
         self.runCmd("command script add -f tcsacmd.some_command_here attach")