From 33d4f8adb85fbf5e3b279ef59f1d2f113639e62f Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Wed, 26 Jun 2024 19:31:10 +0000 Subject: T6510: remove shebang for "make test" testcases Tests must run supervisioned by unittest framework and should not be executed manually --- src/tests/test_op_mode.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/tests/test_op_mode.py') diff --git a/src/tests/test_op_mode.py b/src/tests/test_op_mode.py index 90963b3c5..23f709653 100644 --- a/src/tests/test_op_mode.py +++ b/src/tests/test_op_mode.py @@ -1,6 +1,4 @@ -#!/usr/bin/env python3 -# -# Copyright (C) 2022 VyOS maintainers and contributors +# Copyright (C) 2022-2024 VyOS maintainers and contributors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2 or later as @@ -62,4 +60,3 @@ class TestVyOSOpMode(TestCase): data = [1, False, "foo"] self.assertEqual(_normalize_field_names(data), [1, False, "foo"]) - -- cgit v1.2.3