Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
This commit is contained in:
merwanehamadi
2023-08-14 11:13:44 -07:00
committed by GitHub
parent 47a347b6ba
commit 0f010def5d

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(