You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: