We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2550b3a commit d87ec32Copy full SHA for d87ec32
src/python_testing/execute_python_tests.py
@@ -53,7 +53,7 @@ def main(search_directory, env_file):
53
# Define the base command to run tests
54
base_command = os.path.join(chip_root, "scripts/tests/run_python_test.py")
55
56
- # Define the files and patterns to exclude
+ # Define the test python script files and patterns to exclude
57
excluded_patterns = {
58
"MinimalRepresentation.py",
59
"TC_CNET_4_4.py",
0 commit comments