<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chime/tests/test-integration-chime-mode.el, branch v0.7.0</title>
<subtitle>Emacs chimes, notifications, and modeline reminders so you don't miss events
</subtitle>
<id>https://git.cjennings.net/chime/atom?h=v0.7.0</id>
<link rel='self' href='https://git.cjennings.net/chime/atom?h=v0.7.0'/>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/chime/'/>
<updated>2026-05-05T10:12:11+00:00</updated>
<entry>
<title>test: tag integration suite :slow and unstick test-all</title>
<updated>2026-05-05T10:12:11+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2026-05-05T10:12:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/chime/commit/?id=fda1e989e0c22433b0214ab537a61852d906fd4b'/>
<id>urn:sha1:fda1e989e0c22433b0214ab537a61852d906fd4b</id>
<content type='text'>
I tagged the 15 end-to-end tests across `test-integration-chime-mode.el`,
`test-integration-recurring-events-tooltip.el`, and
`test-integration-startup.el` with `:tags '(:slow)`. The default `make test`
now runs only the 652 fast unit tests; `make test-all` runs the full 667.

While verifying, I hit a pre-existing bug in `tests/Makefile` where
`test-all`'s `--eval '(ert-run-tests-batch-and-exit)'` came back from eask's
argv passthrough with its quotes stripped, which broke shell parsing. Passing
the explicit `t` selector dodges whatever eask does to no-arg single-quoted
forms. The bug only mattered once integration tests were `:slow` — before
that, `test-all` overlapped fully with `test-unit` plus `test-integration`,
so nothing actually depended on it working.
</content>
</entry>
<entry>
<title>Show modeline icon immediately on chime-mode enable</title>
<updated>2026-04-04T19:11:48+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2026-04-04T19:11:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/chime/commit/?id=ffc9707790a3dff195bd827c17039faf0dcf44b0'/>
<id>urn:sha1:ffc9707790a3dff195bd827c17039faf0dcf44b0</id>
<content type='text'>
Previously chime-modeline-string was nil until the first async check
completed (~10-15 seconds after startup). Now the icon appears
instantly with a "waiting for first event check" tooltip.

On validation or async failure, the icon stays visible and the
tooltip updates to show the error state instead of going blank.
</content>
</entry>
<entry>
<title>Nil chime--timer after cancellation in chime--stop</title>
<updated>2026-04-04T18:27:30+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2026-04-04T18:27:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/chime/commit/?id=6d133a26f905cf38595599eb3271563911762e2b'/>
<id>urn:sha1:6d133a26f905cf38595599eb3271563911762e2b</id>
<content type='text'>
The timer variable was left pointing at a cancelled timer object.
Now set to nil so state accurately reflects no active timer.
</content>
</entry>
<entry>
<title>Fix file headers: correct copyright years, add missing header</title>
<updated>2026-04-04T18:13:08+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2026-04-04T18:13:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/chime/commit/?id=39989d8b826a03e304e40032aecc33de24f4227e'/>
<id>urn:sha1:39989d8b826a03e304e40032aecc33de24f4227e</id>
<content type='text'>
New files created in 2026 should have Copyright (C) 2026, not 2024-2026.
Add standard copyright/license header to test-bootstrap.el.
</content>
</entry>
<entry>
<title>Extract test boilerplate into shared test-bootstrap.el</title>
<updated>2026-04-04T18:05:01+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2026-04-04T18:05:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/chime/commit/?id=6f32d5c8a32f78786a612d0105a32d6856fd87ea'/>
<id>urn:sha1:6f32d5c8a32f78786a612d0105a32d6856fd87ea</id>
<content type='text'>
All 50 test files that load chime.el repeated the same 8-line
initialization block (package-initialize, ert, dash, alert, async,
org-agenda, chime load). Replace with a single require of
test-bootstrap.el.

Also fix test-make-upcoming-item name collision between
test-chime-make-tooltip.el and test-chime--deduplicate-events-by-title.el.
</content>
</entry>
<entry>
<title>Add integration test for chime-mode deactivation cleanup</title>
<updated>2026-04-04T17:47:26+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2026-04-04T17:47:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/chime/commit/?id=2103b2cd2823f340a9587ee1b2143c93b84fd536'/>
<id>urn:sha1:2103b2cd2823f340a9587ee1b2143c93b84fd536</id>
<content type='text'>
Verifies disabling chime-mode removes chime-modeline-string from
global-mode-string and sets it to nil.
</content>
</entry>
<entry>
<title>Add integration test for chime-mode modeline registration</title>
<updated>2026-04-04T17:45:28+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2026-04-04T17:45:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/chime/commit/?id=5bfec2ff0d7df0aae73eacf46542ed27b9ea580f'/>
<id>urn:sha1:5bfec2ff0d7df0aae73eacf46542ed27b9ea580f</id>
<content type='text'>
Verifies enabling chime-mode adds chime-modeline-string to
global-mode-string so events appear in the modeline.
</content>
</entry>
</feed>
