[
https://issues.apache.org/jira/browse/AIRFLOW-1042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kaxil Naik closed AIRFLOW-1042.
-------------------------------
Resolution: Duplicate
> Easy Unit Testing with Docker
> -----------------------------
>
> Key: AIRFLOW-1042
> URL: https://issues.apache.org/jira/browse/AIRFLOW-1042
> Project: Apache Airflow
> Issue Type: Improvement
> Components: tests
> Reporter: Joe Schmid
> Priority: Major
>
> Running Airflow unit tests should be as easy as possible, especially for new
> contributors. This is challenging due to the various external components
> (MySQL, Postgres, etc.) that unit tests depend on.
> This improvement uses Docker and Docker Compose to give contributors a very
> simple way to create a read-made environment for unit testing. To run unit
> tests will be a two step process:
> > docker-compose up -d
> > ./scripts/docker/unittest/run.sh
> This use of Docker could also be expanded in the future to run all of the tox
> tests like Travis does.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)