コード例 #1
0
    def itest_create_message_details_dialog(self):
        """
        Interactive test for bauble.utils.create_message_details_dialog()
        """
        details = """these are the lines that i want to test
asdasdadasddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd
dasd
asd
addasdadadad"""
        msg = 'msg'
        d = utils.create_message_details_dialog(msg, details)
        d.run()
コード例 #2
0
    def test_create_message_details_dialog(self):
        """
        Interactive test for bauble.utils.create_message_details_dialog()
        """
        raise SkipTest('Not Implemented')
        details = """these are the lines that i want to test
asdasdadasddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd
dasd
asd
addasdadadad"""
        msg = 'msg'
        d = utils.create_message_details_dialog(msg, details)
        d.run()
コード例 #3
0
ファイル: test.py プロジェクト: Ghini/ghini.desktop
    def test_create_message_details_dialog(self):
        """
        Interactive test for bauble.utils.create_message_details_dialog()
        """
        raise SkipTest('Not Implemented')
        details = """these are the lines that i want to test
asdasdadasddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd
dasd
asd
addasdadadad"""
        msg = 'msg'
        d = utils.create_message_details_dialog(msg, details)
        d.run()