diff options
| -rw-r--r-- | README.org | 4 | ||||
| -rw-r--r-- | TESTING.org | 21 |
2 files changed, 6 insertions, 19 deletions
@@ -193,7 +193,9 @@ See [[file:TESTING.org][TESTING.org]] for the full test guide. :CUSTOM_ID: history :END: -CHIME started life as [[https://github.com/akhramov/org-wild-notifier.el][org-wild-notifier]], written by Artem Khramov. I relied on it daily for years, so when Artem deprecated it on Aug 2, 2025 in favor of [[https://github.com/spegoraro/org-alert][org-alert]], I adopted it rather than let it rot. One bug fix led to another, features crept in, and eventually it had changed enough to deserve its own name. +CHIME started life as [[https://github.com/akhramov/org-wild-notifier.el][org-wild-notifier]], written by Artem Khramov. I relied on it daily for years, so when Artem archived the repo and stopped responding to issues in August 2025, I adopted it rather than let it rot. One bug fix led to another, features crept in, and eventually it had changed enough to deserve its own name. + +Org-wild-notifier itself has since been picked back up under the [[https://github.com/emacsorphanage/org-wild-notifier][Emacs Orphanage]]. Chime continues on its own line because it has materially diverged — see the [[#features][Features]] list for what it adds. All credit for the original idea and architecture goes to Artem. I'm just the person who couldn't let it go. diff --git a/TESTING.org b/TESTING.org index b1a80d1..7c4b1da 100644 --- a/TESTING.org +++ b/TESTING.org @@ -322,21 +322,6 @@ root or otherwise make the missing features available on Emacs' =load-path=. * Test inventory -645 tests across 53 files (as of 2026-04-04). - -Top files by count: -| File | Tests | -|------+-------| -| test-convert-org-contacts-birthdays.el | 35 | -| test-chime-sanitize-title.el | 30 | -| test-chime-notification-text.el | 30 | -| test-chime-timestamp-parse.el | 26 | -| test-chime-12hour-format.el | 26 | -| test-chime-time-left.el | 24 | -| test-chime-modeline.el | 20 | -| test-chime-time-utilities.el | 19 | -| test-chime-all-day-events.el | 19 | -| test-chime-update-modeline.el | 18 | -| test-chime-has-timestamp.el | 18 | - -Run =make count= from =tests/= for the full breakdown. +Run =make count= from the project root or =tests/= for an up-to-date +breakdown of tests per file and a total count. The live target is the +source of truth. |
