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

module_results_dct fixture does not properly handle test ids where :: is present in the id #45

Closed
smarie opened this issue Dec 8, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@smarie
Copy link
Owner

smarie commented Dec 8, 2020

import pytest


@pytest.mark.parametrize("a", [0], ids=["a::0"])
def test_a(a):
    pass


def test_synthesis(module_results_dct):
    assert list(module_results_dct) == ['test_a[a::0]']  # <-- fails
@smarie smarie added the bug Something isn't working label Dec 8, 2020
@smarie smarie closed this as completed in 97dfde1 Dec 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant