-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
pytest special test case 3 #20313
pytest special test case 3 #20313
Conversation
Hello @rkazants When I test this file on my system with unittest 12 test cases get failed... |
@rkazants could you please take a look? |
build_jenkins |
Hi @PRATHAM-SPS, Please check the test, now there is a failure:
|
@@ -61,8 +60,7 @@ def get_test_default_frontends(): | |||
return {"onnx": "new", "tf": "legacy"} | |||
|
|||
|
|||
@generator | |||
class TestMoFreezePlaceholder(unittest.TestCase): | |||
class TestMoFreezePlaceholder(): | |||
def setUp(self): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
probably setUp
is not longer working now that is why the input model is not found. Please fix
build_jenkins |
@rkazants can you please merge this PR, and please simply merge the PR don't squeeze and merge. Thankyou, |
@PRATHAM-SPS, merged. We always squash and merge PRs. Sorry. Best regards, |
yes, some files are remain i will create PR for them , squash and merge PR reflacts only one dot on profile :( |
* pytest:- freeze_placeholder_test.py * trying with classmethod --------- Co-authored-by: Przemyslaw Wysocki <[email protected]>
* pytest:- freeze_placeholder_test.py * trying with classmethod --------- Co-authored-by: Przemyslaw Wysocki <[email protected]>
Details:
Tickets: