Skip to content

Plugin helps to find dependencies of unstable tests by shuffling selected tests

Notifications You must be signed in to change notification settings

TeoDV/vedro-dependency-finder

Repository files navigation

Vedro Dependency Finder

Plugin helps to find dependencies of unstable tests by shuffling selected tests

Installation

$ pip3 install vedro-dependency-finder

Usage

import vedro
import vedro_dependency_finder as df


class Config(vedro.Config):
    class Plugins(vedro.Config.Plugins):
        class DependencyFinder(df.DependencyFinder):
            enabled = True

Run several scenarios:

$ vedro run --dependency-finder scenarios/scenario.py scenarios/another_scenario.py

Run all scenarios:

$ vedro run -vvv --dependency-finder `find scenarios -name "*.py"`

About

Plugin helps to find dependencies of unstable tests by shuffling selected tests

Resources

Stars

Watchers

Forks

Packages

No packages published