File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
python/tests/test_yup_events Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ def test_message_manager_instance():
1515
1616#==================================================================================================
1717
18+ @pytest .mark .skipif (yup .__embedded_interpreter__ , reason = "Embedded interpreter does not support the test application" )
1819def test_message_manager_run_dispatch_loop_until ():
1920 mm = yup .MessageManager .getInstance ()
2021
@@ -36,6 +37,7 @@ class ActionListener(yup.ActionListener):
3637 def actionListenerCallback (self , message : str ):
3738 self .message = message
3839
40+ @pytest .mark .skipif (yup .__embedded_interpreter__ , reason = "Embedded interpreter does not support the test application" )
3941def test_message_manager_broadcast_listener ():
4042 mm = yup .MessageManager .getInstance ()
4143 listener = ActionListener ()
You can’t perform that action at this time.
0 commit comments