Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
pull/5155/head
merwanehamadi 2023-08-14 11:13:44 -07:00 committed by GitHub
parent 47a347b6ba
commit 0f010def5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ def create_single_test(
scores = self.get_scores(config)
request.node.scores = scores # store scores in request.node
assert 1 in scores
assert 1 in scores["values"]
# Parametrize the method here
test_method = pytest.mark.parametrize(