gemseo.utils.testing.disciplines_creator module#
Provide functions to build disciplines for tests.
- create_disciplines_from_desc(disc_desc)[source]#
Return the disciplines from their descriptions.
- Parameters:
disc_desc (Mapping[str, Iterable[Iterable[str]]] | Sequence[Discipline]) -- The description of the disciplines.
- Return type: