[lldb/tests] Removed add_test_categories decorator for python API tests, NFC
There is a .categories file in the python_api directory that makes all nested tests belong to the category "pyapi". The decorator is unnecessary for these tests.
This commit is contained in:
@@ -14,7 +14,6 @@ class DebuggerAPITestCase(TestBase):
|
||||
mydir = TestBase.compute_mydir(__file__)
|
||||
NO_DEBUG_INFO_TESTCASE = True
|
||||
|
||||
@add_test_categories(['pyapi'])
|
||||
def test_debugger_api_boundary_condition(self):
|
||||
"""Exercise SBDebugger APIs with boundary conditions."""
|
||||
self.dbg.HandleCommand(None)
|
||||
@@ -37,7 +36,6 @@ class DebuggerAPITestCase(TestBase):
|
||||
fresh_dbg = lldb.SBDebugger()
|
||||
self.assertEquals(len(fresh_dbg), 0)
|
||||
|
||||
@add_test_categories(['pyapi'])
|
||||
def test_debugger_delete_invalid_target(self):
|
||||
"""SBDebugger.DeleteTarget() should not crash LLDB given and invalid target."""
|
||||
target = lldb.SBTarget()
|
||||
|
||||
Reference in New Issue
Block a user