Taragolis opened a new pull request, #27696: URL: https://github.com/apache/airflow/pull/27696
Follow-up: #26831, #26992 Attempt to replace `unittests.TestCase` by native `pytest` classes into providers tests except this: - `google` (146 modules) - `amazon` (88 modules) - `apache` (33 modules) - `microsoft` (27 modules) All changes are straight forward: - Get rid of `unittests.TestCase` class and `TestCase.assert*` methods - Replace decorator `parameterized.expand` by `pytest.mark.parametrize`. I cant see any benefits if compare to builtin `pytest`. - Rename ClassName**Test** to **Test**ClassName -- 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]
