Skip to main content

Vedro plugin that runs test scenarios which have changed relative to the specified git branch

Project description

Vedro Git Changed

Codecov PyPI PyPI - Downloads Python Version

vedro-git-changed is a Vedro plugin that runs test scenarios which have changed relative to the specified git branch.

Installation

Quick

For a quick installation, you can use a plugin manager as follows:

$ vedro plugin install vedro-git-changed

Manual

To install manually, follow these steps:

  1. Install the package using pip:
$ pip3 install vedro-git-changed
  1. Next, activate the plugin in your vedro.cfg.py configuration file:
# ./vedro.cfg.py
import vedro
import vedro_git_changed

class Config(vedro.Config):

    class Plugins(vedro.Config.Plugins):

        class VedroGitChanged(vedro_git_changed.VedroGitChanged):
            enabled = True

Usage

To run test scenarios that have been modified compared to the main branch, use the following command:

$ vedro run --changed-against-branch=main

By default, the plugin caches git fetch results for 60 seconds. To change this duration, specify a different cache duration in seconds with the --changed-fetch-cache argument.

For example, to disable caching, set the cache duration to 0:

$ vedro run --changed-against-branch=main --changed-fetch-cache=0

To disable fetching the latest changes from the remote repository, use the --changed-no-fetch argument:

$ vedro run --changed-against-branch=main --changed-no-fetch

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

vedro-git-changed-0.1.1.tar.gz (11.2 kB view hashes)

Uploaded Source

Built Distribution

vedro_git_changed-0.1.1-py3-none-any.whl (9.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