diff --git a/tests/test_SuiteScripts.py b/tests/test_SuiteScripts.py index b2c972b..89beac5 100644 --- a/tests/test_SuiteScripts.py +++ b/tests/test_SuiteScripts.py @@ -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: