test: add weighted taste profile and search query tests

This commit is contained in:
2026-06-05 16:15:00 +02:00
committed by Milas Holsting
parent 9b92f37cb1
commit 8e66581f6c
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)
}
}