Sandro CURY CAZZANIGA Kharec
Kharec pushed to main at Kharec/advent-of-code 2025-12-23 06:22:34 +01:00
754eba4331 feat: solve part one
Kharec pushed to main at Kharec/advent-of-code 2025-12-23 06:17:55 +01:00
b0bb02f695 test: add unit test for part one and add one more edge case
Kharec pushed to main at Kharec/advent-of-code 2025-12-23 06:13:48 +01:00
eec25ef6f0 feat: register fourth day
Kharec pushed to main at Kharec/advent-of-code 2025-12-23 06:09:47 +01:00
50b8ded4cd chore: add 2017D4 dataset
Kharec pushed to main at Kharec/flado 2025-12-23 05:57:11 +01:00
1098710d06 refactor: modernize typing annotations and docstrings
Kharec pushed to main at Kharec/auditui 2025-12-23 05:17:27 +01:00
620e1efa83 fix: replace typing List/Tuple with built-in generics
Kharec pushed to main at Kharec/skywipe 2025-12-23 05:14:44 +01:00
b2af41d5fb style: prefer PEP 604/585 type hints
Kharec pushed to main at Kharec/skywipe 2025-12-23 04:55:53 +01:00
6de91e2bb9 build: package = true
d026c53c0a chore: update uv.lock
Compare 2 commits »
Kharec pushed to main at Kharec/skywipe 2025-12-23 04:50:25 +01:00
d6ce77ab15 test: cover operation run + bookmark parsing
b6e0c55c3e test: cover operation contect error paths
Compare 2 commits »
Kharec pushed to main at Kharec/skywipe 2025-12-23 04:49:48 +01:00
3b84be90b7 test: cover run_all ordering and errors
Kharec pushed to main at Kharec/skywipe 2025-12-23 04:49:35 +01:00
b8f6953a17 test: cover config create flows
Kharec pushed to main at Kharec/skywipe 2025-12-23 04:49:18 +01:00
7be7922b08 test: cover config load and errors
c669bc9de7 test: cover strategy fetch/process behaviors
Compare 2 commits »
Kharec pushed to main at Kharec/skywipe 2025-12-23 04:48:33 +01:00
155cb927ba test: cover handle/password validation
Kharec pushed to main at Kharec/skywipe 2025-12-23 04:48:11 +01:00
769a1af58c test: cover cli parser and main flow
Kharec pushed to main at Kharec/skywipe 2025-12-23 04:47:52 +01:00
4e04a9d7b7 test: cover command registry basics
Kharec pushed to main at Kharec/skywipe 2025-12-23 04:47:09 +01:00
875feb204c test: cover confirmation prompt handling
Kharec pushed to main at Kharec/skywipe 2025-12-23 04:46:52 +01:00
02364e54c6 test: cover logger helpers
Kharec pushed to main at Kharec/skywipe 2025-12-23 04:46:27 +01:00
7ca3c8e969 docs: how to for unit test
45b43e7062 build: update uv.lock
e518f96e9d build: add pytest as optional
Compare 3 commits »
Kharec pushed to main at Kharec/skywipe 2025-12-23 04:45:52 +01:00
1c4a256641 test: add shared input/password fixture
Kharec pushed to main at Kharec/skywipe 2025-12-23 04:44:06 +01:00
66594d9f59 fix: adjust handler detection order