Abacn commented on code in PR #32518:
URL: https://github.com/apache/beam/pull/32518#discussion_r1769353124


##########
sdks/python/apache_beam/options/pipeline_options_test.py:
##########
@@ -718,6 +719,7 @@ def test_validation_good_stg_good_temp(self):
         '--staging_location=gs://beam/stg',
         '--temp_location=gs://beam/tmp'
     ])
+    options.view_as(TestOptions).dry_run = True

Review Comment:
   I tend to prefer mock as dryRun is too broad and may affect other behaviors 
that reduce test coverage



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to