Codebase list python-pygerrit2 / 3f6af04
Run livetests against 2.15.11 and 2.16.6 Change-Id: I3624634e8e8f36f31d31a434399cb6d8affebf7a David Pursehouse 5 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
5252
5353
5454 @pytest.fixture(scope="module",
55 params=["2.14.18", "2.15.10", "2.16.5"])
55 params=["2.14.18", "2.15.11", "2.16.6"])
5656 def gerrit_api(request):
5757 """Create a Gerrit container for the given version and return an API."""
5858 with GerritContainer(request.param) as gerrit: