This commit is contained in:
merwanehamadi
2023-08-14 10:54:54 -07:00
committed by GitHub
parent 3f6fabd9c4
commit 07f831878f

View File

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