move StructParam to frappy/extparams.py

+ typos and fixes in doc strings

Change-Id: Ib3e9add84ce2a6fb5c33770cae7f2da3f5655506
Reviewed-on: https://forge.frm2.tum.de/review/c/secop/frappy/+/33033
Tested-by: Jenkins Automated Tests <pedersen+jenkins@frm2.tum.de>
Reviewed-by: Markus Zolliker <markus.zolliker@psi.ch>
This commit is contained in:
2024-02-12 10:17:37 +01:00
parent 2acab33faa
commit 3a7fff713d
3 changed files with 142 additions and 169 deletions

View File

@ -24,8 +24,7 @@
from test.test_modules import LoggerStub, ServerStub
import pytest
from frappy.core import FloatRange, Module, Parameter
from frappy.structparam import StructParam
from frappy.extparams import FloatEnumParam
from frappy.extparams import StructParam, FloatEnumParam
from frappy.errors import ProgrammingError