Esempio n. 1
0
def test_abstract_connection_form3():
    # Test check connection_form.
    form = AbstractConnectionForm()
    form.connection_dict()
Esempio n. 2
0
def test_abstract_connection_form2():
    # Test check required_fields.
    form = AbstractConnectionForm()
    form.required_fields()
Esempio n. 3
0
def test_abstract_connection_form1():
    # Test check method.
    form = AbstractConnectionForm()
    form.check()
def test_abstract_connection_form3():
    # Test check connection_form.
    form = AbstractConnectionForm()
    form.connection_dict()
def test_abstract_connection_form2():
    # Test check required_fields.
    form = AbstractConnectionForm()
    form.required_fields()
def test_abstract_connection_form1():
    # Test check method.
    form = AbstractConnectionForm()
    form.check()