AMOOOMA commented on code in PR #38262:
URL: https://github.com/apache/beam/pull/38262#discussion_r3157329871
##########
sdks/python/apache_beam/transforms/async_dofn_test.py:
##########
@@ -86,7 +86,9 @@ def set(self, time):
self.time = time
-class AsyncTest(unittest.TestCase):
+class _AsyncTestBase:
Review Comment:
Done. Turns out to use parameterized class instead of the pytest one since
it seems like other test files in beam uses the parameterized one.
--
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]