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

use pytest parameterize instead of list of booleans #2350

Closed
0xalpharush opened this issue Mar 2, 2024 · 1 comment
Closed

use pytest parameterize instead of list of booleans #2350

0xalpharush opened this issue Mar 2, 2024 · 1 comment
Labels
good first issue Good for newcomers

Comments

@0xalpharush
Copy link
Contributor

https://docs.pytest.org/en/7.1.x/how-to/parametrize.html

for legacy in [True, False]:

@0xalpharush 0xalpharush added the good first issue Good for newcomers label Mar 2, 2024
@engr0001
Copy link

engr0001 commented Mar 2, 2024

for legacy in [True, False]:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants