Skip to content

Commit

Permalink
docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
JavierCladellas committed Dec 12, 2024
1 parent b40210f commit 7ed1e39
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/parameters/test_parameterValidation.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"""Tests for parameter models validation by pydantic schemas"""

import pytest
from feelpp.benchmarking.reframe.config.configParameters import Parameter, Linspace,Geomspace,Range,Geometric,Repeat
from pydantic import ValidationError
Expand Down Expand Up @@ -106,4 +108,4 @@ def test_geometric(start,ratio,n_steps,raises,raises_match):
])
def test_repeat(value,count,raises,raises_match):
"""Tests the Repeat generator"""
Repeat(Geometric,{"value":value,"count":count},raises,raises_match)
validateGenerator(Repeat,{"value":value,"count":count},raises,raises_match)

0 comments on commit 7ed1e39

Please sign in to comment.