derrickaw commented on code in PR #35914: URL: https://github.com/apache/beam/pull/35914#discussion_r2292419646
########## sdks/python/apache_beam/yaml/examples/testing/examples_test.py: ########## @@ -538,8 +557,64 @@ word = element.split('=')[1].split(',')[0].replace("'", '') count = int(element.split('=')[2].replace(')', '')) all_words += [word] * count - random.shuffle(all_words) + return _wordcount_random_shuffler(test_spec, all_words, env) + + +@YamlExamplesTestSuite.register_test_preprocessor( + ['test_wordCountInclude_yaml']) +def _wordcount_test_preprocessor( Review Comment: Leaving as is for future work. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org