From 3ae0e51110c3289e56f6ef8054e328da880130bb Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Tue, 3 Oct 2017 04:24:01 +0200 Subject: [PATCH] Added tests for higher coverage --- tests.go | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/tests.go b/tests.go index 3fe8f199..6cb5ffb9 100644 --- a/tests.go +++ b/tests.go @@ -205,6 +205,19 @@ var routeTests = map[string][]string{ "/images/elements/no-avatar.svg", }, + // Extra tests for higher coverage + "/_/+Akyoto": []string{ + "/_/+Akyoto", + }, + + "/_/search/dragon": []string{ + "/_/search/dragon", + }, + + "/dark-flame-master": []string{ + "/dark-flame-master", + }, + // Disable these tests because they require authorization "/auth/google": nil, "/auth/google/callback": nil,