Skip to content

Commit 08bb6b9

Browse files
author
Vasileios Karakasis
authored
Merge pull request #2592 from ekouts/docs_test_modules
[doc] Fix documentation of `modules` test attribute
2 parents 27dd52c + d852d8c commit 08bb6b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reframe/core/pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,7 @@ def pipeline_hooks(cls):
759759
#:
760760
#: These modules will be loaded during the :func:`setup` phase.
761761
#:
762-
#: :type: :class:`List[str]`
762+
#: :type: :class:`List[str]` or :class:`Dict[str, object]`
763763
#: :default: ``[]``
764764
modules = variable(typ.List[str], typ.List[typ.Dict[str, object]],
765765
value=[], loggable=True)

0 commit comments

Comments
 (0)