Newly tracked file
bzt/modules/apiritif/generator.py
changed.
Newly tracked file
...sts/unit/modules/selenium/test_selenium_builder.py
changed.
Other files ignored by Codecov
1002 | 1002 | ast.Assign( |
|
1003 | 1003 | targets=[ast.Name(id="options")], |
|
1004 | 1004 | value=ast_call( |
|
1005 | - | func=ast_attr("webdriver.FirefoxOptions"))), |
|
1006 | - | ast.Expr( |
|
1007 | - | ast_call(func=ast_attr("options.set_preference"), |
|
1008 | - | args=[ast.Str("network.proxy.type", kind=""), ast.Num(4, kind="")]))] |
|
1005 | + | func=ast_attr("webdriver.FirefoxOptions")))] |
|
1009 | 1006 | ||
1010 | 1007 | return firefox_options + self._get_headless_setup() |
|
1011 | 1008 |
173 | 173 | ||
174 | 174 | target_lines = [ |
|
175 | 175 | "options = webdriver.FirefoxOptions()", |
|
176 | - | "options.set_preference('network.proxy.type', 4)", |
|
177 | 176 | "options.set_headless()", |
|
178 | 177 | "profile = webdriver.FirefoxProfile()", |
|
179 | 178 | "profile.set_preference('webdriver.log.file', '", |
Files | Coverage |
---|---|
bzt | 90.39% |
tests/unit | 97.29% |
setup.py | 0.00% |
Project Totals (117 files) | 92.99% |