Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

haketilo / test @ 201fcfad

# Date Author Comment
201fcfad 12/03/2021 01:00 AM jahoti

Support tests outside the source directory

Explicitly use certs in the build directory, and tests in the source

7d1f777a 12/03/2021 01:00 AM jahoti

Correct types in test/misc_constants.

Load variable overrides with correct types

3fcff338 12/03/2021 01:00 AM jahoti

Make testing configurable

Add options to configure in accordance with #97

93dd7360 12/01/2021 09:06 PM koszko

improve 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....

463e6830 12/01/2021 02:03 PM koszko

facilitate 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.

5b2a7a61 11/27/2021 01:15 PM koszko

add Selenium- and Python-based test system