-
Couldn't load subscription status.
- Fork 22
Replay test template bug #255
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
Conversation
PR Reviewer Guide 🔍(Review updated until commit df97c30)Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
|
Persistent review updated to latest commit df97c30 |
PR Code Suggestions ✨Explore these optional code suggestions:
|
|
Looks like there are a few issues preventing this PR from being merged!
If you'd like me to help, just leave a comment, like
Feel free to include any additional details that might help me get this PR into a better state. You can manage your notification settings |
PR Type
Bug fix, Tests
Description
Replace instance.method calls with class.method invocation
Include all args when generating replay test code
Remove unnecessary
instanceextraction from tracesUpdate tests to use direct class method calls
Changes walkthrough 📝
replay_test.py
Fix method invocation in replay test generationcodeflash/benchmarking/replay_test.py
ClassAlias.method(*args, **kwargs)test_trace_benchmarks.py
Fix test code method invocationtests/test_trace_benchmarks.py
instance = args[0]extraction