Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

haketilo / test / unit @ c699b640

Name Size
__init__.py 70 Bytes
conftest.py 4.41 KB
test_basic.py 1.78 KB
test_indexeddb.py 8.54 KB
test_patterns.py 5.48 KB
test_patterns_query_tree.py 18.9 KB

Latest revisions

# Date Author Comment
c699b640 12/13/2021 05:58 PM koszko

facilitate creating and installing WebExtensions during tests

It is now possible to more conveniently test WebExtension APIs code by wrapping it into a test WebExtension and temporarily installing in the driven browser.

1e4ce148 12/10/2021 07:14 PM koszko

improve IndexedDB use

3a90084e 12/08/2021 07:01 PM koszko

facilitate initialization of IndexedDB for use by Haketilo

e1282a63 12/04/2021 07:31 PM koszko

finish implementing more efficient querying of URL patterns

The algorithm is implemented and tested. However, it is yet to be hooked into the actual extension.

5c583de8 12/03/2021 08:49 PM koszko

start implementing more efficient querying of URL patterns

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

View revisions

Also available in: Atom