We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent becd396 commit 39f5460Copy full SHA for 39f5460
reframe/core/decorators.py
@@ -227,9 +227,13 @@ def require_deps(func):
227
The converted arguments are essentially functions accepting a single
228
argument, which is the target test's programming environment.
229
230
+ Additionally, this decorator will attach the function to run *after* the
231
+ test's setup phase, but *before* any other "post_setup" pipeline hook.
232
+
233
This decorator is also directly available under the :mod:`reframe` module.
234
235
.. versionadded:: 2.21
236
237
'''
238
tests = inspect.getfullargspec(func).args[1:]
239
func._rfm_resolve_deps = True
0 commit comments