diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2180a1d..ef47500 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 diff --git a/tactool/graphics_scene.py b/tactool/graphics_scene.py index 90349ff..a6fee2c 100644 --- a/tactool/graphics_scene.py +++ b/tactool/graphics_scene.py @@ -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: