Skip to content

Introduce SimulatorOptions and SimulatorKwargs#569

Open
thierry-martinez wants to merge 2 commits into
TeamGraphix:masterfrom
thierry-martinez:simulator-options
Open

Introduce SimulatorOptions and SimulatorKwargs#569
thierry-martinez wants to merge 2 commits into
TeamGraphix:masterfrom
thierry-martinez:simulator-options

Conversation

@thierry-martinez

Copy link
Copy Markdown
Collaborator

This commit introduces SimulatorOptions and SimulatorKwargs to group the keyword arguments of Simulator.

This reduces code duplication and allows the arguments to simulate_pattern to be type-checked.

This commit introduces `SimulatorOptions` and `SimulatorKwargs` to
group the keyword arguments of `Simulator`.

This reduces code duplication and allows the arguments to
`simulate_pattern` to be type-checked.
@codecov

codecov Bot commented Jul 18, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.61%. Comparing base (2d437e0) to head (419b0fa).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #569      +/-   ##
==========================================
+ Coverage   90.58%   90.61%   +0.02%     
==========================================
  Files          49       49              
  Lines        7481     7493      +12     
==========================================
+ Hits         6777     6790      +13     
+ Misses        704      703       -1     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

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

@matulni matulni left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM, thanks!

@pranav97nair pranav97nair left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Thanks for this nice addition and for teaching me about Unpack!

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.

3 participants