Tiara Rodney
c7d7adc360
test: assert parse_base_url returns str
2026-06-06 16:15:13 +02:00
Tiara Rodney
297b7c49d0
test: add vcs.git URL parsing unit tests
2026-06-06 16:10:16 +02:00
Tiara Rodney
8372f92d29
test: add Forgejo saas wrapper unit tests
2026-06-06 15:00:19 +02:00
Tiara Rodney
b707325c69
Merge branch 'feature/20' into develop
2026-06-06 14:55:06 +02:00
Tiara Rodney
c3c17e1e8e
test: add http client unit tests
2026-06-06 14:40:43 +02:00
Tiara Rodney
96c8e4685e
test: add config framework unit tests
2026-06-06 14:35:02 +02:00
Tiara Rodney
d23a8287fd
test: add KeyValueAction unit tests
2026-06-06 14:35:02 +02:00
Tiara Rodney
f9897a9aa5
fix(tests): adapt name of new package mock fixture
2025-06-21 20:25:11 +02:00
Tiara Rodney
9abfabde00
chore: move testing utils out of utils
2025-06-21 01:41:47 +02:00
Tiara Rodney
59713aefb8
feat(urllib.request): add importlib resource handler
2025-06-21 00:34:29 +02:00
Tiara Rodney
43cdf21d4b
feat(testing.pytest): add subprocess decorator
2025-06-20 23:36:56 +02:00
Tiara Rodney
1ea3b3a24d
feat(urllib): init PkgHandler
2025-06-20 21:49:28 +02:00
Tiara Rodney
1fb1e0d0bf
chore: rename package
2025-06-20 20:33:37 +02:00
Tiara Rodney
dc69eea88a
chore(test): remove redundant module entrypoints
...
pytest compared to built-in unittest does not discover test suites based on a
directory being marked as a module, instead matching against the basename of a
file to determine whether it is a test suite or not.
2025-06-20 20:19:32 +02:00
Rodney, Tiara
e67a95f15a
feat(string): init Rabin-Karp rolling hash
...
Implemented Rabin-Karp rolling hash class abstraction.
After testing muliple algorithms for efficient substring searching in a stream
abstracted by a ring buffer, I've dropped the idea of using KMP in favor of
implementing my own algorithm based of the Rabin-Karp rolling hash algorithm.
2025-05-05 01:33:22 +02:00
Rodney, Tiara
ed4220c1f7
test(collections): init tests for CircularBuffer
2025-05-04 02:30:28 +02:00
Rodney, Tiara
bcc65f0a09
refactor(tests): move unit tests to subdirectory
...
this allows for future separation between unit tests and other test types
2025-05-04 01:38:42 +02:00