A pytest plugin helps developers to debug by providing useful commits history.
Project description
pytest-blame
A pytest plugin that helps developers build successful test cases by providing them with GitHub commit information when their test cases fail.
A Python Plugin for Tracking Test Case Status
Everyone uses pytest. Or at least, everyone should. It's a super useful testing
program with an easy-to-use syntax. Pytest Blame is a pytest plugin that allows
pytest to do a quick check to Github to make sure the most recent commit is
passing your cases. If somebody broke your cases, pytest-blame
will display
all the commits pushed since the build broke as well as who pushed each commit.
This keeps team workflow transparent and allows for semi-realtime updates from
Github without having to open a browser. Since pytest-blame
can check up on
the online repository as frequently as every time you run your test suite, there
is less risk of a broken commit going unnoticed until a merge conflict occurs.
Installation
To install pytest-blame
you will need to clone this github repository. Once
the repository has been cloned you will need to run the install script to update
your pytest configuration:
pipenv run python setup.py install
After pytest-blame
has been successfully installed you will need to generate
a Github User Token.
This can be found under Settings
in your github profile:
Then, find Developer Settings
in the dashboard on the left and navigate to
Personal Access Tokens
.
Finally, when generating the key for pytest-blame
make sure to include
rights to repo
and hooks
Now that you have a user token, you will need to paste it into the location where
your terminal is sourced from. For example: Ubuntu uses bash
, so the default
terminal source for ubuntu is .bashrc
.
You should put the following code in dot files to set up environment variable:
export GITHUB_OAUTH_TOKEN = "YOUR_TOKEN"
If you are using Windows, you can go to Control Panel -> System and Security -> System -> Advanced system settings -> Advanced -> Environment Variables
to
set it up.
Usage
You can run pytest with the --track
option and you will see a report
containing GitHub information at the top of your pytest report.
pytest-blame
will display the most recent commit that is passing CI
check, and all commits that did not pass CI check between the most
recent commit and the most recent passing commit.
To run:
pytest --track tests/
will invoke pytest-blame
, displaying the current
status of your working branch in the pytest header.
Sample output
A successful pytest-blame
run will look something like this:
pytest --track tests/
Output:
The most recent commit is passing: https://github.com/inTestiGator/pytest-blame/commit/88ebf4107bc88d247a137d98ec9b45f6ae2658d3
Lancaster Wu : Delete index.md
or
Most recent passing commit: https://github.com/inTestiGator/pytest-blame/commit/4d4c5cb72cc86cfe35fb19e7630699f405677c69
Patrick Palad: Disable pylint check
--------------------------------
Failing commit: https://github.com/inTestiGator/pytest-blame/commit/9d5d00bc8276d1efefb6beed39186b1bd9c64946
Spencer Huang: return to passing commit
Failing commit: https://github.com/inTestiGator/pytest-blame/commit/03c68b6ff910ab46407c01ce382c7161f5906d43
Spencer Huang: failing commit
Failing commit: https://github.com/inTestiGator/pytest-blame/commit/aab2684e748be41a73213861d1cedc4b5842f81a
Spencer Huang: failling commit
Failing commit: https://github.com/inTestiGator/pytest-blame/commit/4d4c5cb72cc86cfe35fb19e7630699f405677c69
Spencer Huang: fail test
The last one is the most recent commit
You may also recieve messages telling you that can not find passing commits
when
all commits are currently failing or pending.
Failing Travis build
The master branch is failing Travis because one of our test cases requires Travis to have access to our test repository and currently and it doesn't, so it cannot perform the actual testing. This test case passes locally.
The Team
Check out the Pytest Blame Team!
Carson Quigley |
Lancaster Wu |
Spencer Huang |
Patrick Palad |
Paul Livingston |
Project details
Release history Release notifications | RSS feed
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
File details
Details for the file pytest-blame-0.1.7.tar.gz
.
File metadata
- Download URL: pytest-blame-0.1.7.tar.gz
- Upload date:
- Size: 6.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e5e8d754505b643abeaf80042421d26be974b389d6b3406d8726dac6c3453bc5 |
|
MD5 | 09cd7e6fbfd395b7ecad3cd9defffd88 |
|
BLAKE2b-256 | 3ccdc2e393611298efaeeab636a56d4dae933d150e05e01c77e5f040aa403d5e |
File details
Details for the file pytest_blame-0.1.7-py3-none-any.whl
.
File metadata
- Download URL: pytest_blame-0.1.7-py3-none-any.whl
- Upload date:
- Size: 20.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7b00339fed0be405bc34db6529e3a35f33a5dd982120e19c3576c6a52a060c5c |
|
MD5 | 3327a4be95d4909073444400f989c1f2 |
|
BLAKE2b-256 | 5512ed27bc0b25f0fa83df32558bf39407742250012ddecf549047549749dbaa |