Skip to content
Snippets Groups Projects
unit_tests.sh 280 B
Newer Older
  • Learn to ignore specific revisions
  • pip uninstall enum34 -y
    
    pip install pytest
    
    pip install --upgrade google-api-python-client
    
    chmod +x tests/set_airflow_env.sh
    
    export AIRFLOW_SRC_DIR="/usr/local/airflow/"
    
    tests/./set_airflow_env.sh > /dev/null  2>&1
    
    pytest || EXIT_CODE=$?