aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* feat: support t for auto-detect via geolocation in wttrin-favorite-locationCraig Jennings2026-05-051-0/+154
* feat: add wttrin-display-options for wttr.in flag customization (closes #3)Craig Jennings2026-05-051-0/+44
* fix(ci): rewrite mode-init-order test and retry deps installCraig Jennings2026-05-051-42/+47
* refactor: rename debug-wttrin-* commands to wttrin-debug-* with obsolete aliasesCraig Jennings2026-05-056-73/+125
* test: cover wttrin-debug.el and expand lint to all source filesCraig Jennings2026-05-056-0/+393
* build: switch Makefile to eask, wire up undercover coverageCraig Jennings2026-05-051-0/+34
* test: cover wttrin-geolocation internal helpersCraig Jennings2026-04-261-0/+187
* refactor: extract wttrin--mode-line-extract-emoji helperCraig Jennings2026-04-261-0/+40
* refactor: extract wttrin--mode-line-stale-p helperCraig Jennings2026-04-261-0/+36
* test: regression lock for nil :foreground in --make-emoji-iconCraig Jennings2026-04-261-0/+11
* feat: add IP geolocation command for setting wttrin-favorite-locationCraig Jennings2026-04-225-0/+508
* fix: weather ASCII art wraps when window is narrowCraig Jennings2026-04-041-0/+12
* fix: weather buffer shows location in lowercaseCraig Jennings2026-04-041-0/+43
* feat: specific error messages for fetch failuresCraig Jennings2026-04-048-33/+399
* fix: debug-wttrin-show-raw serves cached data instead of fetchingCraig Jennings2026-04-041-0/+17
* fix: emoji dimming can disagree with tooltip stalenessCraig Jennings2026-04-041-0/+26
* fix: cache timestamp reflects request time, not response timeCraig Jennings2026-04-041-0/+28
* fix: validate-weather-data corrupts match dataCraig Jennings2026-04-041-0/+11
* fix: mode-line tooltip always shows "Updated just now"Craig Jennings2026-04-042-2/+178
* fix: mode-line tooltip shows location in lowercaseCraig Jennings2026-04-041-0/+84
* doc: update copyright years to 2026 and add missing author fieldCraig Jennings2026-04-0435-35/+36
* refactor: extract mode-line icon and string helpersCraig Jennings2026-04-041-0/+128
* fix: debug-wttrin-show-raw broken by async API changeCraig Jennings2026-04-041-0/+104
* test: add 50 tests for untested functions; fix nil crash in save-debug-dataCraig Jennings2026-04-0411-0/+1164
* feat: unified cache and staleness handling for mode-line and bufferCraig Jennings2026-02-217-180/+320
* feat: mode-line: show hourglass placeholder before first weather fetchCraig Jennings2026-02-201-0/+69
* fix: mode-line: validate API response before updating displayCraig Jennings2026-02-201-0/+225
* doc: tests: update README-DEBUG-TESTS.org with renamed integration test fileCraig Jennings2026-02-171-0/+83
* refactor: tests: standardize naming, consolidate files, and expand testutilCraig Jennings2026-02-1722-896/+797
* refactor: core: rename wttrin-mode-line-favorite-location to wttrin-favorite-...Craig Jennings2025-11-135-6/+6
* refactor: fetch: extract response parsing into separate testable functionsCraig Jennings2025-11-133-25/+370
* refactor: core: lazy-load xterm-color dependencyCraig Jennings2025-11-081-2/+2
* test: smoke: reorganize test suite following quality-engineer.org naming conv...Craig Jennings2025-11-082-148/+121
* refactor: Improve cache cleanup clarity and add input validationCraig Jennings2025-11-084-37/+339
* refactor: make debug functions public (single hyphen naming)Craig Jennings2025-11-082-5/+5
* feat: debug: add comprehensive debug logging and integration testsCraig Jennings2025-11-083-0/+356
* test: add comprehensive integration tests for package loadingCraig Jennings2025-11-081-0/+148
* refactor: mode-line: extract inline keymap to shared defvarCraig Jennings2025-11-081-0/+79
* refactor: config: replace magic numbers with named constantsCraig Jennings2025-11-081-0/+143
* test: render: add comprehensive ERT tests for display helper functionsCraig Jennings2025-11-083-0/+298
* test: core: enhance ERT tests for pure functionsCraig Jennings2025-11-083-146/+172
* refactor: fetch: extract duplicate URL fetching logic into wttrin--fetch-urlCraig Jennings2025-11-081-0/+205
* fix(wttrin): Fix ANSI color rendering on fresh Emacs launchCraig Jennings2025-11-044-3/+920
* feat(emacs): Add asynchronous weather fetching to wttrinCraig Jennings2025-11-041-0/+213
* Add comprehensive ERT test suite and fix critical bugsCraig Jennings2025-11-045-0/+427