Skip to content

Commit d87ec32

Browse files
Fixed comment on execute_python_tests.py
1 parent 2550b3a commit d87ec32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python_testing/execute_python_tests.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def main(search_directory, env_file):
5353
# Define the base command to run tests
5454
base_command = os.path.join(chip_root, "scripts/tests/run_python_test.py")
5555

56-
# Define the files and patterns to exclude
56+
# Define the test python script files and patterns to exclude
5757
excluded_patterns = {
5858
"MinimalRepresentation.py",
5959
"TC_CNET_4_4.py",

0 commit comments

Comments
 (0)