Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add IDs to lambda_max_failure fixture in RMSD tests #115

Closed
RMeli opened this issue Mar 18, 2024 · 0 comments · Fixed by #117
Closed

Add IDs to lambda_max_failure fixture in RMSD tests #115

RMeli opened this issue Mar 18, 2024 · 0 comments · Fixed by #117

Comments

@RMeli
Copy link
Owner

RMeli commented Mar 18, 2024

Add fixture ids to the following fixture:

@pytest.fixture(autouse=True, params=[True, False])
def lambda_max_failure(monkeypatch, request):
"""
Monkey patch fixture for :code:`lambda_max` function to simulate convergence
failures.

Currently, only True or False are printed by pytest, which is confusing. See #113 (comment) for context.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant