Esempio n. 1
0
def instance(**kwargs):
    ''' Individual test framework'''
    import_pymt_window()
    from pymt import MTTextArea
    from pymt import css_add_sheet, css_reload
    try:
        return MTTextArea(**kwargs)
    except:
        return None
Esempio n. 2
0
def instance(**kwargs):
    ''' Individual test framework'''
    import_pymt_window()
    from pymt import MTTextArea
    from pymt import css_add_sheet, css_reload
    try:
        return MTTextArea(**kwargs)
    except:
        return None
Esempio n. 3
0
def instance():
    import_pymt_window()
    from pymt import MTTextInput
    from pymt import css_add_sheet, css_reload
    try:
        t = MTTextInput()
        return True
    except:
        return False
Esempio n. 4
0
def instance():
    import_pymt_window()
    from pymt import MTTextInput
    from pymt import css_add_sheet, css_reload
    try:
        t = MTTextInput()
        return True
    except:
        return False