aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2021-12-03Support tests outside the source directoryjahotijahoti
Explicitly use certs in the build directory, and tests in the source
2021-12-03Correct types in test/misc_constants.jahoti
Load variable overrides with correct types
2021-12-03Make testing configurablejahoti
Add options to configure in accordance with #97
2021-12-01improve unit testing approachWojtek Kosior
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.
2021-12-01facilitate testing javascript functionsWojtek Kosior
Haketilo's .js files can now be loaded together with their dependencies and executed on a page opened in a selenium-driven Firefox instance.
2021-11-27add Selenium- and Python-based test systemWojtek Kosior