Skip to content
This repository was archived by the owner on Nov 6, 2025. It is now read-only.

Conversation

@BenediktBurger
Copy link
Contributor

This adds equal comparison for ThreadCommands (extracted from PyMoDAQ/PyMoDAQ#405)

@codecov
Copy link

codecov bot commented Jul 15, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 73.43%. Comparing base (50d6935) to head (8dd4f6b).
Report is 4 commits behind head on 1.0.x_dev.

Additional details and impacted files
@@              Coverage Diff              @@
##           1.0.x_dev      #50      +/-   ##
=============================================
+ Coverage      73.38%   73.43%   +0.04%     
=============================================
  Files             18       18              
  Lines           1608     1611       +3     
=============================================
+ Hits            1180     1183       +3     
  Misses           428      428              

☔ View full report in Codecov by Sentry.
📢 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.

@BenediktBurger BenediktBurger force-pushed the feature/compare-threadcommands branch from e0639a2 to e02b018 Compare July 15, 2025 12:01
PackageNotFoundError = metadata.PackageNotFoundError # for use elsewhere


if version_mod.parse(platform.python_version()) >= version_mod.parse('3.9'):
Copy link
Contributor

Choose a reason for hiding this comment

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

why did you remove this? This is used elsewhere as an import
maybe just add the comment: # for use elsewhere

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I see. In this case I'll add a comment.

The last commit was an optional cleanup.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done.

@BenediktBurger BenediktBurger force-pushed the feature/compare-threadcommands branch from e02b018 to 8dd4f6b Compare July 16, 2025 07:36
@seb5g seb5g merged commit 12c7f4e into PyMoDAQ:1.0.x_dev Jul 16, 2025
11 of 12 checks passed
@BenediktBurger BenediktBurger deleted the feature/compare-threadcommands branch July 16, 2025 08:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants