Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FSL
fsleyes
fsleyes-props
Commits
05a76f8b
Commit
05a76f8b
authored
May 22, 2020
by
Paul McCarthy
🚵
Browse files
TEST: don't even risk creating uiactionsim
parent
76c084cb
Changes
1
Show whitespace changes
Inline
Side-by-side
tests/test_widget_boolean.py
View file @
05a76f8b
...
...
@@ -12,7 +12,7 @@ import fsleyes_props as props
import
fsleyes_widgets.bitmaptoggle
as
bmptoggle
import
fsleyes_widgets.bitmapradio
as
bmpradio
from
.
import
run_with_wx
,
simclick
,
addall
,
realYield
from
.
import
run_with_wx
,
addall
,
realYield
datadir
=
op
.
join
(
op
.
dirname
(
__file__
),
'testdata'
)
...
...
@@ -32,7 +32,6 @@ def _test_widget_boolean(parent):
trueicon
=
op
.
join
(
datadir
,
'true.png'
)
falseicon
=
op
.
join
(
datadir
,
'false.png'
)
sim
=
wx
.
UIActionSimulator
()
obj
=
MyObj
()
# ch
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment