test: add weighted taste profile and search query tests

This commit is contained in:
2026-06-05 16:15:00 +02:00
parent b4061bc9b1
commit 8b26e5f036
3 changed files with 259 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
package templates
import "testing"
func TestProvideRendererParsesTemplates(t *testing.T) {
if _, err := ProvideRenderer(); err != nil {
t.Fatalf("parse templates: %v", err)
}
}