Skip PDF tests when wkhtmltopdf unavailable (fixes CI).

This commit is contained in:
russell@unturf.com 2026-03-10 11:22:01 -04:00
parent 46bdf3a217
commit 2061097e13
3 changed files with 15 additions and 1 deletions

View file

@ -119,7 +119,7 @@ With JS: dropdown/popover with format picker, async download.
- [x] Implement wiki edit permissions in Namespace (`can_wiki_edit()`)
- [x] Store revisions on edit (`node.wiki_edit()`)
- [x] Revision history API endpoint
- [ ] Diff endpoint (deferred — future work)
- [x] Diff endpoint (`GET /api/v1/revisions/{id}/diff/{other_id}`)
### Phase 4: Auto-generated themes
- [x] Per-namespace theme generation (light + dark)