client = <FlaskClient <Flask 'swh.graphql.tests.conftest'>>, count = 2
@pytest.mark.parametrize("count", [1, 2])
def test_get_first_arg(client, count):
swhid = "swh:1:snp:0e7f84ede9a254f2cd55649ad5240783f557e65f"
> data, _ = get_branches(client, swhid=swhid, first=count)
.tox/py3/lib/python3.7/site-packages/swh/graphql/tests/functional/test_branch_connection.py:138:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
.tox/py3/lib/python3.7/site-packages/swh/graphql/tests/functional/test_branch_connection.py:57: in get_branches
return utils.get_query_response(client, query_str, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
client = <FlaskClient <Flask 'swh.graphql.tests.conftest'>>
query_str = '\n query getSnapshot($swhid: SWHID!, $first: Int!, $after: String, $types: [BranchTargetType],\n $nameInclude: ... ...on Snapshot {\n swhid\n }\n }\n }\n }\n }\n }\n '
kwargs = {'first': 2, 'swhid': 'swh:1:snp:0e7f84ede9a254f2cd55649ad5240783f557e65f'}
query = '\n query getSnapshot($swhid: SWHID!, $first: Int!, $after: String, $types: [BranchTargetType],\n $nameInclude: ... ...on Snapshot {\n swhid\n }\n }\n }\n }\n }\n }\n '
response = <WrapperTestResponse 753 bytes [400 BAD REQUEST]>, @py_assert1 = 400
@py_assert4 = 200, @py_assert3 = False
@py_format6 = '400\n{400 = <WrapperTestResponse streamed [400 BAD REQUEST]>.status_code\n} == 200'
@py_format8 = 'b\'{"errors":[{"message":"Argument \\\'swhid\\\' of required type \\\'SWHID!\\\' was provided the variable \\\'$swhid...excludePrefix ) {"}]}\n~\'\n>assert 400\n{400 = <WrapperTestResponse streamed [400 BAD REQUEST]>.status_code\n} == 200'
def get_query_response(client, query_str: str, **kwargs) -> Tuple[Dict, Dict]:
query = gql(query_str)
response = client.post("/", json={"query": query, "variables": kwargs})
> assert response.status_code == 200, response.data
E AssertionError: b'{"errors":[{"message":"Argument \'swhid\' of required type \'SWHID!\' was provided the variable \'$swhid\' which was..., nameInclude: $nameInclude,\
E | ^\
E 6 | nameExcludePrefix: $excludePrefix ) {"}]}
E '
E assert 400 == 200
E + where 400 = <WrapperTestResponse streamed [400 BAD REQUEST]>.status_code
.tox/py3/lib/python3.7/site-packages/swh/graphql/tests/functional/utils.py:15: AssertionError
TEST RESULT
TEST RESULT
- Run At
- Oct 17 2022, 12:32 PM