Skip to main content

Framework helping testing Google Cloud Dataflows

Project description

ems-dataflow-testframework

Codeship status PyPI version semantic-release

Purpose of the project

This framework aims to help test Google Cloud Platform dataflows in an end-to-end way.

How to develop locally

Use virtualenv preferably to manage Python dependencies.

pip install -r requirements.txt

How to run unit tests

make test

How to run statical code analysis

make check

How to contribute

Fork the repository and apply your changes. Pull requests are welcome. Please pay attention on the commit message conventions. Thanks in advance!

How to release

Releasing is managed by python-semantic-release which means your commit messages define the upgraded version number. Use the following convention during writing commit messages:

  1. fix({SCOPE}): {BODY} -> patch
  2. feat({SCOPE}): {BODY} -> minor
  3. xxx({SCOPE}): {BODY} -> BREAKING CHANGE -> major

If you are unsure how to write valid commit messages enforce yourself with using tools like commitizen.

To trigger a release merge master branch into release and push it.

License

MIT

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

ems-dataflow-testframework-1.2.5.tar.gz (24.2 kB view hashes)

Uploaded Source

Built Distribution

ems_dataflow_testframework-1.2.5-py3-none-any.whl (40.4 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