Public Member Functions | |
def | callFUT |
def | test_button |
def | test_button_submit |
def | test_button_submit_by_index |
def | test_button_submit_by_value |
def | test_button_submit_by_value_and_index |
def | test_force_select |
def | test_form_select |
def | test_get_field_by_index |
def | test_get_non_exist_fields |
def | test_get_non_exist_fields_with_default |
def | test_get_unknown_field |
def | test_repr |
def | test_set_multiple_checkboxes |
def | test_set_submit_field |
def | test_the_bs_node_must_not_change |
def | test_upload_fields |
Definition at line 20 of file test_forms.py.
def tests.test_forms.TestForms.callFUT | ( | self, | |
filename = 'form_inputs.html' , |
|||
formid = 'simple_form' |
|||
) |
Definition at line 22 of file test_forms.py.
def tests.test_forms.TestForms.test_button | ( | self | ) |
Definition at line 36 of file test_forms.py.
def tests.test_forms.TestForms.test_button_submit | ( | self | ) |
Definition at line 110 of file test_forms.py.
Definition at line 115 of file test_forms.py.
Definition at line 120 of file test_forms.py.
Definition at line 125 of file test_forms.py.
def tests.test_forms.TestForms.test_force_select | ( | self | ) |
Definition at line 42 of file test_forms.py.
def tests.test_forms.TestForms.test_form_select | ( | self | ) |
Definition at line 58 of file test_forms.py.
Definition at line 67 of file test_forms.py.
Definition at line 78 of file test_forms.py.
Definition at line 82 of file test_forms.py.
Definition at line 72 of file test_forms.py.
def tests.test_forms.TestForms.test_repr | ( | self | ) |
Definition at line 94 of file test_forms.py.
Definition at line 102 of file test_forms.py.
def tests.test_forms.TestForms.test_set_submit_field | ( | self | ) |
Definition at line 28 of file test_forms.py.
Definition at line 98 of file test_forms.py.
def tests.test_forms.TestForms.test_upload_fields | ( | self | ) |
Definition at line 87 of file test_forms.py.