justified test and two finger scrolling
Python CI / test (push) Successful in 1m27s
Lint / lint (push) Successful in 1m6s
Tests / test (3.11) (push) Successful in 1m42s
Tests / test (3.12) (push) Successful in 1m43s
Tests / test (3.13) (push) Successful in 1m37s
Tests / test (3.14) (push) Successful in 1m16s
Python CI / test (push) Successful in 1m27s
Lint / lint (push) Successful in 1m6s
Tests / test (3.11) (push) Successful in 1m42s
Tests / test (3.12) (push) Successful in 1m43s
Tests / test (3.13) (push) Successful in 1m37s
Tests / test (3.14) (push) Successful in 1m16s
This commit is contained in:
@@ -496,7 +496,7 @@ class TestRenderTextOverlays:
|
||||
qtbot.addWidget(widget)
|
||||
widget.resize(1000, 800)
|
||||
|
||||
for alignment in ["left", "center", "right"]:
|
||||
for alignment in ["left", "center", "right", "justify"]:
|
||||
# Create text element with alignment
|
||||
text_element = TextBoxData(
|
||||
x=50, y=50, width=200, height=100,
|
||||
|
||||
@@ -178,6 +178,7 @@ class TestTextEditDialogUI:
|
||||
assert "left" in options
|
||||
assert "center" in options
|
||||
assert "right" in options
|
||||
assert "justify" in options
|
||||
|
||||
def test_font_options(self, qtbot):
|
||||
"""Test that font combo has expected fonts"""
|
||||
|
||||
Reference in New Issue
Block a user