Skip to content

Commit

Permalink
[Tests] Adapted to the last fix
Browse files Browse the repository at this point in the history
  • Loading branch information
set-soft committed Mar 26, 2024
1 parent a94d09d commit 9b0e208
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Filters:
- _none filter not always honored (i.e. exclude in BoM) (#580)
- Rotation for bottom JLCPCB parts with offset (#591)
- Rotation angle used to compute the offsets, must be the final angle
- PCB Parity: components excluded from the board reported anyways (#585)
- BoardView:
- X axis mirroring issues (whitequark/kicad-boardview#11)
Expand Down
4 changes: 2 additions & 2 deletions tests/test_plot/test_position.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,14 +312,14 @@ def test_position_rot_bottom(test_dir):
# Manually rotated 270
'Q3': (122, 86, 'top', 270),
# Manually moved 1,1
'Q4': (133, 85, 'top', 180),
'Q4': (131, 87, 'top', 180),
'Q5': (122, 77, 'bottom', 0),
# Offset using *offsets*
'Q6': (131, 78, 'bottom', 0),
# Manually rotated 270
'Q7': (122, 86, 'bottom', 90),
# Manually moved 1,1
'Q8': (131, 87, 'bottom', 0)}
'Q8': (133, 85, 'bottom', 0)}
POS_TRS = ('Q1', 'Q2', 'Q3', 'Q4', 'Q5', 'Q6', 'Q7', 'Q8')


Expand Down

0 comments on commit 9b0e208

Please sign in to comment.