aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2021-12-03Support tests outside the source directory•••Explicitly use certs in the build directory, and tests in the source jahotijahoti
2021-12-03Correct types in test/misc_constants.•••Load variable overrides with correct types jahoti
2021-12-03Make testing configurable•••Add options to configure in accordance with #97 jahoti
2021-12-01improve unit testing approach•••Unit tests were moved to their own subdirectory. Fixtures common to many unit tests were moved to test/unit/conftest.py. A facility to execute scripts in page's global scope was added. A workaround was employed to present information about errors in injected scripts. Sample unit tests for regexes in common/patterns.js were added. Wojtek Kosior
2021-12-01facilitate testing javascript functions•••Haketilo's .js files can now be loaded together with their dependencies and executed on a page opened in a selenium-driven Firefox instance. Wojtek Kosior
2021-11-27add Selenium- and Python-based test systemWojtek Kosior