Skip to content

FIX: Update unit tests to be compatible with upcoming pyedb-core pre-release package #1314

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

drewm102
Copy link
Collaborator

Update unit tests to be compatible with upcoming pyedb-core pre-release package v0.2.0.dev5

@github-actions github-actions bot added the testing Anything related to testing label Jun 26, 2025
@@ -800,8 +800,8 @@ def test_stackup_place_on_top_of_lam_with_mold_solder(self):
assert cellInstance.Is3DPlacement()
if chipEdb.grpc:
transform = cellInstance.transform3d
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Soldberball properties for ComponentType.OTHER were fixed in this PR. These unit tests had to be updated to reflect these changes (let me know if this doesn't seem right to you though)

Copy link
Collaborator

Choose a reason for hiding this comment

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

I don't see Solderballs involved in this test. Should it be another ?

@drewm102 drewm102 requested a review from svandenb-dev June 26, 2025 21:48
@codecov-commenter
Copy link

codecov-commenter commented Jun 26, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.87%. Comparing base (eee22d4) to head (6688aaa).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1314   +/-   ##
=======================================
  Coverage   75.87%   75.87%           
=======================================
  Files         163      163           
  Lines       23838    23838           
=======================================
  Hits        18086    18086           
  Misses       5752     5752           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Collaborator

@svandenb-dev svandenb-dev left a comment

Choose a reason for hiding this comment

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

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing Anything related to testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants