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 unittest's methods for the tests #2137

Open
qgallouedec opened this issue Sep 27, 2024 · 2 comments
Open

Use unittest's methods for the tests #2137

qgallouedec opened this issue Sep 27, 2024 · 2 comments
Assignees
Labels
✨ enhancement New feature or request 👶 good first issue Good for newcomers

Comments

@qgallouedec
Copy link
Member

In test, drop lines lines like

assert x in y

in favour of

self.assertIn(x, y)
@qgallouedec qgallouedec added the ✨ enhancement New feature or request label Sep 27, 2024
@qgallouedec qgallouedec self-assigned this Sep 30, 2024
@qgallouedec qgallouedec added the 👶 good first issue Good for newcomers label Oct 8, 2024
@ccs96307
Copy link

Hi,
I’d like to help with this issue if it's still open! I’m happy to contribute and will do my best to handle it smoothly.
Thanks!

@qgallouedec
Copy link
Member Author

Thanks @ccs96307! Feel free to open a PR then :)

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

No branches or pull requests

2 participants