mik-laj commented on a change in pull request #20386:
URL: https://github.com/apache/airflow/pull/20386#discussion_r775209640



##########
File path: tests/utils/test_process_utils.py
##########
@@ -105,6 +109,20 @@ def test_should_print_all_messages1(self):
 
         assert ["Executing cmd: bash -c 'echo CAT; echo KITTY;'", 'Output:', 
'CAT', 'KITTY'] == msgs
 
+    def test_should_print_all_messages_from_cwd(self):

Review comment:
       ```suggestion
       def test_should_print_all_messages_from_cwd(self, tmp_path):
   ```




-- 
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