Skip to content

Conversation

@Karan710
Copy link
Collaborator

…nd updated Readme

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

This PR is being reviewed by Cursor Bugbot

Details

Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.

To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

assert test_data == ["data1", "data2"] # compare directly to the fixture output

print(f"Test executed on browser: {browser} with test data: {test_data}")
print(f"Test executed on email: {email} with test data: {test_data}")
Copy link

Choose a reason for hiding this comment

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

Bug: Function Redefinition and Fixture Parameter Error

The test_with_ignored_param function is defined twice, causing the second definition to overwrite the first and making the initial test unreachable. Additionally, the test_data fixture is used with qase.parametrize_ignore(..., indirect=True) but doesn't accept parameters, which will result in a TypeError.

Fix in Cursor Fix in Web

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants