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

Run tests in parallel by default, and update CONTRIBUTING.md #911

Merged
merged 1 commit into from
Feb 22, 2025

Conversation

fischman
Copy link
Contributor

@fischman fischman commented Feb 22, 2025

Also:

  • replace explicit development dependencies list with .[development]; and
  • replace reference to docs/requirements.txt (deleted in d78ca93) with .[docs].
  • test_mesher.py was reusing the same filename across tests which meant that when running in parallel tests would stomp on each other. Robustified by having each test use a distinct file name.

Copy link

codecov bot commented Feb 22, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.73%. Comparing base (8e4aa33) to head (bda0a6a).
Report is 6 commits behind head on dev.

Additional details and impacted files
@@           Coverage Diff           @@
##              dev     #911   +/-   ##
=======================================
  Coverage   96.73%   96.73%           
=======================================
  Files          32       32           
  Lines        9434     9434           
=======================================
  Hits         9126     9126           
  Misses        308      308           

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

…mend this flow.

test_mesher.py was reusing the same filename across tests which meant
that when running in parallel tests would stomp on each
other. Robustified by having each test use a distinct file name.
@fischman fischman force-pushed the parallel-test-execution branch from 4b69eac to bda0a6a Compare February 22, 2025 19:38
@gumyr gumyr merged commit 1c9cd01 into gumyr:dev Feb 22, 2025
20 checks passed
@gumyr
Copy link
Owner

gumyr commented Feb 22, 2025

Nice - thank you!

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