Beispiel #1
0
def test_abstract_connection_form3():
    # Test check connection_form.
    form = AbstractConnectionForm()
    form.connection_dict()
Beispiel #2
0
def test_abstract_connection_form2():
    # Test check required_fields.
    form = AbstractConnectionForm()
    form.required_fields()
Beispiel #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()