You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Alex Guziel (JIRA)" <ji...@apache.org> on 2017/02/09 22:49:41 UTC

[jira] [Created] (AIRFLOW-857) Use unittest.assert instead of assert

Alex Guziel created AIRFLOW-857:
-----------------------------------

             Summary: Use unittest.assert instead of assert
                 Key: AIRFLOW-857
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-857
             Project: Apache Airflow
          Issue Type: Improvement
            Reporter: Alex Guziel
            Assignee: Alex Guziel
            Priority: Minor


Right now, unit tests do something like
`assert x == y` 
which gives less descriptive output in case of failure than
`assertEqual(x, y)`



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)