Skip to content

Repository showing how to automate data testing as part of CI

Notifications You must be signed in to change notification settings

josephmachado/data_test_ci

Repository files navigation

Automate data testing as part of a CI pipeline

Project overview

Setup

Pre-requisites

  1. Docker and Docker Compose v1.27.0 or later.
  2. git.

We have a Makefile with common commands. These are executed in the running container.

git clone
cd data_test_ci
make up # starts all the containers
make ci # runs formatting, lint check, type check and python test

Tear down

You can spin down the postgres and python containers using the below command.

make down

About

Repository showing how to automate data testing as part of CI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published