Skip to content

Commit

Permalink
See if QTest works on pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
leorudczenko committed Aug 21, 2023
1 parent c7e8c49 commit cdb8b52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
shell: bash -l {0}
run: |
export PYTHONPATH=.
pytest -vs test/
pytest -vs test/test_integration.py -k test_add_and_remove_points
2 changes: 1 addition & 1 deletion tactool/graphics_scene.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def add_analysis_point(
) -> tuple[QGraphicsEllipseItem, QGraphicsEllipseItem, QGraphicsTextItem]:
"""
Draw an Analysis Point onto the Graphics Scene.
Returns the newly created graphics items.
Returns the newly created graphics items.s
"""
# The alpha changes for ghost points
if ghost:
Expand Down

0 comments on commit cdb8b52

Please sign in to comment.