Replay test template bug#255
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