tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

unit-tests.toml (2874B)


      1 [DEFAULT]
      2 
      3 ["test_accessibility.py"]
      4 
      5 ["test_actions_key.py"]
      6 
      7 ["test_actions_pointer.py"]
      8 
      9 ["test_actions_wheel.py"]
     10 
     11 ["test_capabilities.py"]
     12 
     13 ["test_checkbox.py"]
     14 
     15 ["test_chrome.py"]
     16 
     17 ["test_chrome_action.py"]
     18 
     19 ["test_chrome_checkbox.py"]
     20 
     21 ["test_chrome_click.py"]
     22 
     23 ["test_chrome_element_css.py"]
     24 
     25 ["test_chrome_element_id.py"]
     26 
     27 ["test_chrome_element_rect.py"]
     28 
     29 ["test_chrome_element_state.py"]
     30 
     31 ["test_chrome_findelement.py"]
     32 
     33 ["test_chrome_get_current_url.py"]
     34 
     35 ["test_chrome_pagesource.py"]
     36 
     37 ["test_chrome_screenshot.py"]
     38 
     39 ["test_chrome_sendkeys_menupopup.py"]
     40 
     41 ["test_chrome_switch_frame.py"]
     42 
     43 ["test_chrome_switch_window.py"]
     44 
     45 ["test_chrome_text.py"]
     46 
     47 ["test_chrome_title.py"]
     48 
     49 ["test_chrome_window_close.py"]
     50 
     51 ["test_chrome_window_handles.py"]
     52 
     53 ["test_chrome_window_status.py"]
     54 
     55 ["test_chrome_window_type.py"]
     56 
     57 ["test_cli_arguments.py"]
     58 skip-if = [
     59  "!manage_instance",
     60 ]
     61 
     62 ["test_click.py"]
     63 
     64 ["test_click_scrolling.py"]
     65 
     66 ["test_context.py"]
     67 
     68 ["test_cookies.py"]
     69 
     70 ["test_crash.py"]
     71 skip-if = ["asan", "!manage_instance"]
     72 
     73 ["test_data_driven.py"]
     74 
     75 ["test_date_time_value.py"]
     76 
     77 ["test_element_id.py"]
     78 
     79 ["test_element_rect.py"]
     80 
     81 ["test_element_state.py"]
     82 
     83 ["test_errors.py"]
     84 
     85 ["test_execute_async_script.py"]
     86 
     87 ["test_execute_isolate.py"]
     88 
     89 ["test_execute_sandboxes.py"]
     90 
     91 ["test_execute_script.py"]
     92 
     93 ["test_expected.py"]
     94 
     95 ["test_expectedfail.py"]
     96 expected = "fail"
     97 
     98 ["test_file_upload.py"]
     99 skip-if = [
    100  "os == 'win'", # http://bugs.python.org/issue14574
    101 ]
    102 
    103 ["test_findelement.py"]
    104 
    105 ["test_geckoinstance.py"]
    106 
    107 ["test_generate_test_report.py"]
    108 
    109 ["test_get_computed_label.py"]
    110 
    111 ["test_get_computed_role.py"]
    112 
    113 ["test_get_shadow_root.py"]
    114 
    115 ["test_implicit_waits.py"]
    116 
    117 ["test_localization.py"]
    118 
    119 ["test_marionette.py"]
    120 
    121 ["test_modal_dialogs.py"]
    122 
    123 ["test_navigation.py"]
    124 
    125 ["test_pagesource.py"]
    126 
    127 ["test_position.py"]
    128 
    129 ["test_prefs.py"]
    130 
    131 ["test_prefs_enforce.py"]
    132 skip-if = [
    133  "!manage_instance",
    134 ]
    135 
    136 ["test_profile_management.py"]
    137 skip-if = [
    138  "!manage_instance",
    139 ]
    140 
    141 ["test_proxy.py"]
    142 
    143 ["test_quit_restart.py"]
    144 skip-if = [
    145  "!manage_instance",
    146 ]
    147 
    148 ["test_reftest.py"]
    149 skip-if = [
    150  "os == 'mac'", # bug 1674411
    151 ]
    152 
    153 ["test_rendered_element.py"]
    154 
    155 ["test_report.py"]
    156 
    157 ["test_screen_orientation.py"]
    158 
    159 ["test_screenshot.py"]
    160 
    161 ["test_select.py"]
    162 
    163 ["test_session.py"]
    164 
    165 ["test_set_permission.py"]
    166 
    167 ["test_skip_setup.py"]
    168 
    169 ["test_switch_frame.py"]
    170 
    171 ["test_switch_window.py"]
    172 
    173 ["test_teardown_context_preserved.py"]
    174 
    175 ["test_text.py"]
    176 
    177 ["test_timeouts.py"]
    178 
    179 ["test_title.py"]
    180 
    181 ["test_transport.py"]
    182 
    183 ["test_typing.py"]
    184 
    185 ["test_visibility.py"]
    186 
    187 ["test_wait.py"]
    188 
    189 ["test_window_close.py"]
    190 
    191 ["test_window_handles.py"]
    192 
    193 ["test_window_maximize.py"]
    194 
    195 ["test_window_rect.py"]
    196 skip-if = [
    197  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11'", # Bug 1709584
    198 ]
    199 
    200 ["test_window_status.py"]
    201 
    202 ["test_windowless.py"]
    203 run-if = [
    204  "os == 'mac'", # only supported on MacOS
    205 ]