Skip to main content

BigTesty is an integration testing framework for BigQuery

Project description

bigtesty

BigTesty is a framework that allows to create Integration Tests with BigQuery on a real and short-lived Infrastructure.

Run integration tests with BigTesty

 docker run -it \
    -e GOOGLE_PROJECT=$PROJECT_ID \
    -e SA_EMAIL=$SA_EMAIL \
    -e GOOGLE_REGION=$LOCATION \
    -e PULUMI_BACKEND_URL=$IAC_BACKEND_URL \
    -e ROOT_TEST_FOLDER=$ROOT_TEST_FOLDER \
    -e BIGTESTY_STACK_NAME=bigtesty \
    -e PULUMI_CONFIG_PASSPHRASE=gcp_fake_passphrase \
    -v $(pwd)/tests:/app/tests \
    -v $(pwd)/tests/tables:/app/bigtesty/infra/resource/tables \
    -v /var/run/docker.sock:/var/run/docker.sock \
    -v $HOME/.config/gcloud:/root/.config/gcloud \
     bigtesty-pulumi
docker build -f Dockerfile -t bigtesty  --progress plain .

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bigtesty-0.1.0a7.tar.gz (8.5 kB view hashes)

Uploaded Source

Built Distribution

bigtesty-0.1.0a7-py3-none-any.whl (12.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page