From 05d7d6949c7cd3f1566d4c8394fa59160a7ffd05 Mon Sep 17 00:00:00 2001 From: Tatyana Krasnukha Date: Thu, 4 Feb 2021 01:02:31 +0300 Subject: [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. --- lldb/test/API/python_api/sbstructureddata/TestStructuredDataAPI.py | 1 - 1 file changed, 1 deletion(-) (limited to 'lldb/test/API/python_api/sbstructureddata/TestStructuredDataAPI.py') diff --git a/lldb/test/API/python_api/sbstructureddata/TestStructuredDataAPI.py b/lldb/test/API/python_api/sbstructureddata/TestStructuredDataAPI.py index a1a318517bed..26f179116d27 100644 --- a/lldb/test/API/python_api/sbstructureddata/TestStructuredDataAPI.py +++ b/lldb/test/API/python_api/sbstructureddata/TestStructuredDataAPI.py @@ -18,7 +18,6 @@ class TestStructuredDataAPI(TestBase): def test(self): self.structured_data_api_test() - @add_test_categories(['pyapi']) def structured_data_api_test(self): error = lldb.SBError() s = lldb.SBStream() -- cgit v1.2.3