Skip to content

Conversation

@lola831
Copy link
Collaborator

@lola831 lola831 commented Oct 21, 2025

Description

Adds tests for multiple assignments and unpacking.

Issue Link

N/A

Checklist

  • I have tested the changes locally via pytest and/or other means
  • I have added or updated relevant documentation
  • I have autoformatted the code with black and isort
  • I have added test cases (if applicable)

Additional Notes

N/A

@lola831 lola831 requested a review from dfremont October 21, 2025 18:16
@codecov
Copy link

codecov bot commented Oct 21, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.87%. Comparing base (40d8d1d) to head (b4052bf).
⚠️ Report is 5 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #402      +/-   ##
==========================================
+ Coverage   89.85%   89.87%   +0.01%     
==========================================
  Files          54       54              
  Lines       13549    13556       +7     
==========================================
+ Hits        12174    12183       +9     
+ Misses       1375     1373       -2     

see 6 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Collaborator

@dfremont dfremont left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The essence of the tests looks good, but let's simplify them by not using dynamic simulations (just top-level code rather than behaviors). You can use sampleParamPFrom to get simple values out if needed.

@lola831
Copy link
Collaborator Author

lola831 commented Nov 17, 2025

@dfremont I’ve simplified the tests to use top-level code rather than behaviors.

@lola831 lola831 requested a review from dfremont November 17, 2025 20:57
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

Successfully merging this pull request may close these issues.

2 participants