Skip to main content

Allows to bisect over arbitrary number of arguments.

Project description

============ Introduction

This tool is inspired by the git bisect tool but allows to bisect over multiple arbitrary lists of arguments like nightly builds, tool versions or simply list of arguments.

Setup

Bisecter is available from pip so one can install it by executing::

python3 -m pip install bisecter

or to install directly the latest version from git::

python3 -m pip install git+https://github.com/ldoktor/bisecter.git

Basic usage

The workflow is similar to git bisect, only when starting the bisection one needs to specify the lists of arguments this bisection is going to use::

bisecter start '20230101,20230102,20230103,20230104,20230105,20230106,20230107'
bisecter run ./test.sh
bisecter log

One can also manually tag variants::

bisecter start '20230101,20230102,20230103,20230104,20230105,20230106,20230107'
./test.sh $(bisecter args)
bisecter good
./test.sh $(bisecter args)
bisecter bad
...

See bisecter --help for more details.

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

bisecter-0.9.tar.gz (23.6 kB view hashes)

Uploaded Source

Built Distribution

bisecter-0.9-py3-none-any.whl (24.3 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