ashb commented on issue #6472: [AIRFLOW-6058] Running tests with pytest
URL: https://github.com/apache/airflow/pull/6472#issuecomment-559062244
 
 
   ```
   tests/executors/test_executor.py:27
   
     /opt/airflow/tests/executors/test_executor.py:27: PytestCollectionWarning: 
cannot collect test class 'TestExecutor' because it has a __init__ constructor 
(from: executors/test_executor.py)
   
       class TestExecutor(BaseExecutor):
   ```
   
   That class is an executor for testing, not tests of an executor, so we 
should probably rename that. Perhaps put it under tests.test_utils?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to