Skip to content

Commit

Permalink
TST: add small comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nstelter-slac committed Nov 13, 2024
1 parent b4c6ef9 commit 3621f7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_SuiteScripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,8 @@ def suite_tester():
def ending_printout():
if failing_file_diffs is not None:
print("\n*****************************************************************")
print("Some tests failed b/c real output file diffs from expected file.")
print("Suite-scripts tests failed b/c real output file diffs from expected file.")
print("You can see how these output files are generated by viewing the /tests/test_SuiteScripts.py file.")
print("If you've made code changes and expect change in the output files, please copy the new expected files over to the proper dir in tests/test_data.")
print("If not, please investigate the file diffs listed below...\n")
for real,expected in failing_file_diffs:
Expand Down

0 comments on commit 3621f7c

Please sign in to comment.