summaryrefslogtreecommitdiff
path: root/tests/helpers/fixtures.py
AgeCommit message (Expand)Author
2019-03-18Use web_tab_setup in webengineview fixtureFlorian Bruhin
2019-03-18Run testdata_scheme fixture earlyFlorian Bruhin
2019-02-23Merge pull request #4603 from jgkamat/jay/copyright-2019Florian Bruhin
2019-02-23Call webenginequtescheme.init() in fixtures.testdata_schemeFlorian Bruhin
2019-02-22Update copyright for 2019Jay Kamat
2018-12-10Bring back separate is_blocked methodFlorian Bruhin
2018-12-10Remove HostBlockerStubFlorian Bruhin
2018-10-08Merge remote-tracking branch 'origin/pr/3950'Florian Bruhin
2018-10-07Speculative fix for test_caret teardown issuesFlorian Bruhin
2018-10-06Fix lintFlorian Bruhin
2018-10-06Avoid showing widgets in tests if unneededFlorian Bruhin
2018-10-05Get rid of data_display_may_return_noneFlorian Bruhin
2018-09-27Fix lintFlorian Bruhin
2018-09-26Use qtbot.wait_callbackFlorian Bruhin
2018-09-15Use os.pardirFlorian Bruhin
2018-09-14Share setup between webkit_tab and webengine_tabFlorian Bruhin
2018-09-14Fix lintFlorian Bruhin
2018-09-13Avoid using qapp with autouse=TrueFlorian Bruhin
2018-09-08Show web_engine_tab containerFlorian Bruhin
2018-09-08Don't access caretElement if it's goneFlorian Bruhin
2018-09-08Configure JS logging for test tab objectsFlorian Bruhin
2018-09-08Also add a container for webengine_tabFlorian Bruhin
2018-09-08Fix lintFlorian Bruhin
2018-09-08Add a container around webkit_tabFlorian Bruhin
2018-09-08Make caret unittests run with QtWebKitFlorian Bruhin
2018-09-08Call modeman.init() in mode_manager fixtureFlorian Bruhin
2018-09-06Use a shared web_history fixtureFlorian Bruhin
2018-09-05Refactor configcache to cacheJay Kamat
2018-09-02Fix tests for configcacheJay Kamat
2018-06-26Refactor individual tmpdir fixtures.Jimmy
2018-06-14Fix test_stylesheet on Qt 5.11Florian Bruhin
2018-06-12Make sure debug_flags is available for unit testsFlorian Bruhin
2018-05-20Greasemonkey: Don't attempt scope isolation on webkitJimmy
2018-05-08Add missing fake_args fixtureFlorian Bruhin
2018-03-19Remove unused importsFlorian Bruhin
2018-03-19Initial attempt at using the tab API for tests/unit/javascriptFlorian Bruhin
2018-03-12tests: Add a yaml_config_stub fixtureFlorian Bruhin
2018-03-06Merge remote-tracking branch 'origin/pr/3456'Florian Bruhin
2018-03-04Refactor other keyinput testsFlorian Bruhin
2018-03-03Greasemonkey: handle downloads that complete fastJimmy
2018-03-03Move download_stub to helpers/fixturesJimmy
2018-02-19Use a real YamlConfig for testsFlorian Bruhin
2018-02-05Update copyright yearsFlorian Bruhin
2017-12-15Fix wrong import orderFlorian Bruhin
2017-11-26Update commentsFlorian Bruhin
2017-11-26remove useless ignoresRyan Farley
2017-11-26update flake8 and flake8-deprecatedRyan Farley
2017-11-21Add a cache_tmpdir fixtureFlorian Bruhin
2017-11-20Track the view correctly in the webengineview fixtureFlorian Bruhin
2017-11-13Fix style issues in stylesheet testsJay Kamat