Vedro plugin that runs test scenarios which have changed relative to the specified git branch
Project description
Vedro Git Changed
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:
- Install the package using pip:
$ pip3 install vedro-git-changed
- Next, activate the plugin in your
vedro.cfg.pyconfiguration 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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file vedro_git_changed-0.2.0.tar.gz.
File metadata
- Download URL: vedro_git_changed-0.2.0.tar.gz
- Upload date:
- Size: 11.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d962ed0747bd5cefb6a76a088d884b907c0c4268dd8650e9c979a247b95cad49
|
|
| MD5 |
407ad2f75e0c12683efa93e49efd0ed2
|
|
| BLAKE2b-256 |
83b39fadedb928ee73dd516a5afca1fdf3179b8f800ef225520c5b3ab4b80cb5
|
File details
Details for the file vedro_git_changed-0.2.0-py3-none-any.whl.
File metadata
- Download URL: vedro_git_changed-0.2.0-py3-none-any.whl
- Upload date:
- Size: 9.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
be32bd53d8eef60fcc2535124892275062686fcd19336eddb55b51e545a797f4
|
|
| MD5 |
7d9a54ead05cc9e819984c52f7093657
|
|
| BLAKE2b-256 |
e364dd8e0d2ae75930bf7a9548290fa8294137c2693019eb88ac576368551dea
|