pytest-github
pytest-github copied to clipboard
Plugin for py.test that associates tests with github issues using a marker
I saw a test failure that stemmed from this plugin hitting the API rate limit....the plugin should perhaps fail more gracefully or skip the test and raise a warning instead...
Would it make more sense to add the github marker multiple times to a test, list multiple issues within a given marker, both? Add the github marker multiple times to...
Getting the following error when trying to install the latest pytest-github: https://gist.github.com/jladdjr/79a89ba1ff3b722f87b0294331a2e04a As a workaround, I downloaded the pytest-github source, removed the requirement from `setup.py`, and pip installed from source...
It isnt a good idea to pit tokens in a project directory, and in this case the config file would be identical for all projects. So by default it should...
I'm somewhat-frequently seeing this as a result of github flake. ``` E File "/home/ec2-user/venvs/test-controller/lib64/python3.9/site-packages/pluggy/_callers.py", line 39, in _multicall E res = hook_impl.function(*args) E File "/home/ec2-user/venvs/test-controller/lib64/python3.9/site-packages/pytest_github/plugin.py", line 333, in pytest_itemcollected E...