Skip to content

Commit d33abd5

Browse files
Removed exclusion test script explanation
1 parent 07eae0e commit d33abd5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/python_testing/execute_python_tests.py

-6
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,6 @@ def main(search_directory, env_file):
9797
"test_plan_table_generator.py" # Code/Test not being used or not shared code for any other tests
9898
}
9999

100-
# Explanation for excluded files:
101-
# The above list of files are excluded from the tests as they are either not app-specific tests
102-
# or are run through a different block of tests mentioned in tests.yaml.
103-
# This is to ensure that only relevant test scripts are executed, avoiding redundancy and ensuring
104-
# the correctness of the test suite.
105-
106100
# Get all .py files in the directory
107101
all_python_files = glob.glob(os.path.join(search_directory, "*.py"))
108102

0 commit comments

Comments
 (0)