Skip to content

Commit

Permalink
Removed exclusion test script explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
vatsalghelani-csa committed Sep 18, 2024
1 parent 07eae0e commit d33abd5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/python_testing/execute_python_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,6 @@ def main(search_directory, env_file):
"test_plan_table_generator.py" # Code/Test not being used or not shared code for any other tests
}

# Explanation for excluded files:
# The above list of files are excluded from the tests as they are either not app-specific tests
# or are run through a different block of tests mentioned in tests.yaml.
# This is to ensure that only relevant test scripts are executed, avoiding redundancy and ensuring
# the correctness of the test suite.

# Get all .py files in the directory
all_python_files = glob.glob(os.path.join(search_directory, "*.py"))

Expand Down

0 comments on commit d33abd5

Please sign in to comment.