summaryrefslogtreecommitdiff
path: root/tests/unit
AgeCommit message (Expand)Author
2022-01-04Use flake8-pytest-stylepytest-styleFlorian Bruhin
2021-12-23Add additional testsFlorian Bruhin
2021-12-06Drop unnecessary .keys()Florian Bruhin
2021-12-03Add more webelement selector unit testsFlorian Bruhin
2021-12-03pylint: Enable docparams checkerFlorian Bruhin
2021-12-03pylint: Work around some minor false-positivesFlorian Bruhin
2021-12-03pylint: Fix some legitimate issuesFlorian Bruhin
2021-12-02pylint: Remove bad-continuation supressionsFlorian Bruhin
2021-12-02pylint: Remove now-useless suppressionsFlorian Bruhin
2021-12-02pylint: Handle consider-using-withFlorian Bruhin
2021-11-28Make interpreting number keys as counts configurablePhilipp Albrecht
2021-11-17tests: Fix test_real_git with different core.abbrevFlorian Bruhin
2021-11-05Fix lintFlorian Bruhin
2021-11-04Fix lintFlorian Bruhin
2021-11-04tests: Set IDs for urlmatch testsFlorian Bruhin
2021-11-01Remove old PyInstaller handlingFlorian Bruhin
2021-10-30Add flatpak hint to :spawn messageFlorian Bruhin
2021-10-21CVE-2021-41146: Add --untrusted-args to avoid argument injectionFlorian Bruhin
2021-10-14tests: Adjust for PyYAML 6.0Florian Bruhin
2021-09-08Fix lintFlorian Bruhin
2021-09-08tests: Skip problematic parts of test_system_default_renderingFlorian Bruhin
2021-07-20parametrize test_subdomain_blockingAnder Punnar
2021-07-19make blocking subdomains configurableAnder Punnar
2021-07-13Handle and test more file path corner casesFlorian Bruhin
2021-07-13Fix lint/docsFlorian Bruhin
2021-07-13Merge remote-tracking branch 'origin/pr/6507'Florian Bruhin
2021-07-12Revert "Fix enum stringification for Python 3.10 a7+"Florian Bruhin
2021-07-09Merge pull request #6567 from lufte/issue6039Florian Bruhin
2021-07-09Restore the sql fixture to close DBs after testinglufte
2021-07-06Fix check_coverage.py tests with pytest 7.0Florian Bruhin
2021-07-03Fix function name too shortlufte
2021-07-03Refactor tests that needed the Database classlufte
2021-07-02No need to create new databases each timelufte
2021-07-02Add unit tests for the Transaction classlufte
2021-07-02The database of a table shouldn't be privatelufte
2021-07-02Fix histcategory unit testslufte
2021-06-30Fix history unit testslufte
2021-06-30Make version() a plain functionlufte
2021-06-28Update test_sql unit testslufte
2021-06-28Adjust exception handling for adblock 0.5.0Florian Bruhin
2021-06-24Merge remote-tracking branch 'origin/pr/6372'Florian Bruhin
2021-06-11Greasemonkey: Make sure script names are uniqueFlorian Bruhin
2021-06-05Merged upstreamJason Rosenzweig
2021-06-05Less redundant codeJason Rosenzweig
2021-06-05Update tests/unit/mainwindow/test_prompt.pyjso8910
2021-06-05Update tests/unit/mainwindow/test_prompt.pyjso8910
2021-06-04Took suggestions, added '..' back to tabbing, fixed testsJason Rosenzweig
2021-06-04Fixed indentation, typingJason Rosenzweig
2021-06-04All tests should pass nowJason Rosenzweig
2021-06-04Forgot to delete commented out codeJason Rosenzweig