From 0e3809f20bb2b2da61be4a258f4c73ee1d6d42ea Mon Sep 17 00:00:00 2001 From: Karl W Schulz Date: Fri, 15 Mar 2024 13:54:40 -0500 Subject: [PATCH] apply formatter Signed-off-by: Karl W Schulz --- tests/test_analyze_commands.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_analyze_commands.py b/tests/test_analyze_commands.py index 45f696baf1..04d91201b6 100644 --- a/tests/test_analyze_commands.py +++ b/tests/test_analyze_commands.py @@ -39,6 +39,7 @@ def test_valid_path(): assert e.value.code == 0 test_utils.clean_output_dir(config["cleanup"], workload_dir) + @pytest.mark.misc def test_list_kernels(): workload_dir = test_utils.setup_workload_dir(indir1) @@ -1574,6 +1575,7 @@ def test_kernel_verbose_1(): assert e.value.code == 0 test_utils.clean_output_dir(config["cleanup"], workload_dir) + @pytest.mark.kernel_verbose def test_kernel_verbose_2(): workload_dir = test_utils.setup_workload_dir(indir1)