Skip to content

Conversation

@vkarak
Copy link
Contributor

@vkarak vkarak commented Mar 10, 2021

Fixes #1856.
Fixes #1858.

Copy link
Contributor

@ekouts ekouts left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm overall, I am not sure if you omit the description on purpose but it can be merged as it is.

@rfm.simple_test
class MyTest(rfm.RegressionTest):
def __init__(self, s, e, m):
self.descr = f'{s}, {e}, {m}'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not sure if you remove the description by mistake here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did it no purpose. It's not needed for what we need to show.

@rfm.simple_test
class MyTest(rfm.RegressionTest):
def __init__(self, s, e, m):
self.descr = f'{s}, {e}, {m}'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here.

@vkarak vkarak merged commit 77a0509 into reframe-hpc:master Mar 12, 2021
@vkarak vkarak deleted the doc/various-fixes branch March 12, 2021 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Deprecation message is missing from DEPEND_* constants in the documentation Example in find_modules() documentation is wrong

2 participants