ashb commented on issue #11657: URL: https://github.com/apache/airflow/issues/11657#issuecomment-713846597
Honestly I think my biggest complaint now is the `self.assertEqual(a,b)` vs `assert a == b` - the later I find easier to read, and now we are using pytest for the runner it also gives better diagnostics in case of failure. I think pytest fixtures are powerful, but on first seeing them they are a bit "magic" I'll grant. ---------------------------------------------------------------- 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]
