Skip to content

Conversation

@vkarak
Copy link
Contributor

@vkarak vkarak commented Mar 5, 2023

A new module argument is added to specify the module name of the newly created test. If not specified, the module of the calling function will be used.

Closes #2813.

@vkarak vkarak added this to the ReFrame 4.2 milestone Mar 5, 2023
@vkarak vkarak requested review from ekouts, teojgo and victorusu March 5, 2023 22:10
@vkarak vkarak self-assigned this Mar 5, 2023
@vkarak vkarak changed the title [enhancement] Set module of test created by make_test [enhancement] Set the module of test created by make_test Mar 5, 2023
@codecov-commenter
Copy link

codecov-commenter commented Mar 5, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change

Comparison is base (b84d51d) 86.76% compared to head (43770b1) 86.77%.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #2818   +/-   ##
========================================
  Coverage    86.76%   86.77%           
========================================
  Files           60       60           
  Lines        11351    11356    +5     
========================================
+ Hits          9849     9854    +5     
  Misses        1502     1502           
Impacted Files Coverage Δ
reframe/core/meta.py 99.09% <100.00%> (+0.01%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@vkarak vkarak merged commit 9992947 into reframe-hpc:develop Mar 8, 2023
@vkarak vkarak deleted the bugfix/make-test_module branch March 8, 2023 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

make_test create tests inside the reframe.core.meta module

3 participants