Skip to content

emartech/ems-dataflow-testframework

Repository files navigation

THIS PACKAGE IS DEPRECATED

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

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 9