Skip to content
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

Move tests into simulation #4487

Merged
merged 1 commit into from
Nov 18, 2024
Merged

Move tests into simulation #4487

merged 1 commit into from
Nov 18, 2024

Conversation

adamchalmers
Copy link
Collaborator

@adamchalmers adamchalmers commented Nov 15, 2024

Move test cases out of the integration tests in tests/executor, instead, move them into the simulation test framework under kcl/src/simulation_tests.rs.

Copy link

qa-wolf bot commented Nov 15, 2024

QA Wolf here! As you write new code it's important that your test coverage is keeping up.
Click here to request test coverage for this PR!

Copy link

vercel bot commented Nov 15, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
modeling-app ✅ Ready (Inspect) Visit Preview Nov 18, 2024 9:51pm

Copy link

codecov bot commented Nov 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.18%. Comparing base (fbb7b08) to head (680b381).
Report is 9 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4487      +/-   ##
==========================================
+ Coverage   86.05%   86.18%   +0.13%     
==========================================
  Files          80       80              
  Lines       28762    29370     +608     
==========================================
+ Hits        24751    25313     +562     
- Misses       4011     4057      +46     
Flag Coverage Δ
wasm-lib 86.18% <100.00%> (+0.13%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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


🚨 Try these New Features:

@adamchalmers
Copy link
Collaborator Author

Hmm. When serializing doubles, there's some unstable floating point math resulting in slight mismatches.

@adamchalmers adamchalmers enabled auto-merge (squash) November 18, 2024 22:14
@adamchalmers adamchalmers merged commit 34f0193 into main Nov 18, 2024
33 checks passed
@adamchalmers adamchalmers deleted the achalmers/move-no-vis-tests branch November 18, 2024 22:20
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