Skip to content

Commit

Permalink
Import common properties tests into test_slider
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsmith committed Apr 3, 2023
1 parent 3c74edc commit 32b612b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions testbed/tests/widgets/test_slider.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
import toga

from ..assertions import assert_set_get
from .properties import ( # noqa: F401
test_enabled,
test_flex_horizontal_widget_size,
)

# To ensure less than 1 pixel of error, the slider must be able to distinguish at least
# 10,000 positions in continuous mode.
Expand Down

0 comments on commit 32b612b

Please sign in to comment.