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

Convert @unittest.skipIf / @unittest.skipUnless #68

Open
giampaolo opened this issue Jun 21, 2024 · 0 comments
Open

Convert @unittest.skipIf / @unittest.skipUnless #68

giampaolo opened this issue Jun 21, 2024 · 0 comments

Comments

@giampaolo
Copy link

Hello. I've been using this nice tool to convert psutil and pyftpdlib code bases. One of the few things that are left out from the conversion are @unittest.skipIf and @unittest.skipUnless decorators, which can be converted to @pytest.mark.skipif(condition, reason="reason"). It would be nice to have this added.

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

No branches or pull requests

1 participant