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

Have plugin return r (Regression) when Bz is closed and test fails #2

Open
els-pnw opened this issue Jun 12, 2012 · 0 comments
Open

Comments

@els-pnw
Copy link
Owner

els-pnw commented Jun 12, 2012

As a user I would like a test marked with a bug to return r (for regression) if the bug status is closed or verified but the test fails.

lukas-bednar pushed a commit to lukas-bednar/pytest_marker_bugzilla that referenced this issue Mar 18, 2019
In testing ovirt 4.2 we change approach how to generate tests for particular
storage types. Now we are using parametrize of fixture called storage, but
problem is that this fixture is parametrized after pytest_runtest_setup.
Pytest put all parametrized values of test to item._genid which is e.g.
string "nfs-foo-bar" in case you parametrized that test with nfs, foo,
bar.

This change is backward compatibility because I it's just looking for used
fixture storage and if it's there it's using new approach otherwise using old
approach.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant