feat: add source tests for all wrapper sources

This commit is contained in:
achmad
2026-05-14 09:08:06 +07:00
parent ae56f3037d
commit dd792d4370
128 changed files with 1470 additions and 0 deletions
@@ -0,0 +1,9 @@
package comicsvalley
import (
"testing"
"goyomi/internal/sourcetest"
)
func TestSource(t *testing.T) { sourcetest.Run(t, New(), "Comics Valley", "all") }
+9
View File
@@ -0,0 +1,9 @@
package coomer
import (
"testing"
"goyomi/internal/sourcetest"
)
func TestSource(t *testing.T) { sourcetest.Run(t, New(), "Coomer", "all") }
@@ -0,0 +1,9 @@
package elitebabes
import (
"testing"
"goyomi/internal/sourcetest"
)
func TestSource(t *testing.T) { sourcetest.Run(t, New(), "Elite Babes", "all") }
@@ -0,0 +1,9 @@
package femjoyhunter
import (
"testing"
"goyomi/internal/sourcetest"
)
func TestSource(t *testing.T) { sourcetest.Run(t, New(), "Femjoy Hunter", "all") }
+9
View File
@@ -0,0 +1,9 @@
package ftvhunter
import (
"testing"
"goyomi/internal/sourcetest"
)
func TestSource(t *testing.T) { sourcetest.Run(t, New(), "FTV Hunter", "all") }
@@ -0,0 +1,9 @@
package hentaihand
import (
"testing"
"goyomi/internal/sourcetest"
)
func TestSource(t *testing.T) { sourcetest.Run(t, New(), "HentaiHand", "all") }
@@ -0,0 +1,9 @@
package hniscantrad
import (
"testing"
"goyomi/internal/sourcetest"
)
func TestSource(t *testing.T) { sourcetest.Run(t, New(), "HNI-Scantrad", "all") }
+9
View File
@@ -0,0 +1,9 @@
package joymiihub
import (
"testing"
"goyomi/internal/sourcetest"
)
func TestSource(t *testing.T) { sourcetest.Run(t, New(), "Joymii Hub", "all") }
+9
View File
@@ -0,0 +1,9 @@
package kemono
import (
"testing"
"goyomi/internal/sourcetest"
)
func TestSource(t *testing.T) { sourcetest.Run(t, New(), "Kemono", "all") }
@@ -0,0 +1,9 @@
package mangacrazy
import (
"testing"
"goyomi/internal/sourcetest"
)
func TestSource(t *testing.T) { sourcetest.Run(t, New(), "MangaCrazy", "all") }
+9
View File
@@ -0,0 +1,9 @@
package mangataro
import (
"testing"
"goyomi/internal/sourcetest"
)
func TestSource(t *testing.T) { sourcetest.Run(t, New(), "MangaTaro", "en") }
@@ -0,0 +1,9 @@
package metarthunter
import (
"testing"
"goyomi/internal/sourcetest"
)
func TestSource(t *testing.T) { sourcetest.Run(t, New(), "Metart Hunter", "all") }
@@ -0,0 +1,9 @@
package playmatehunter
import (
"testing"
"goyomi/internal/sourcetest"
)
func TestSource(t *testing.T) { sourcetest.Run(t, New(), "Playmate Hunter", "all") }
@@ -0,0 +1,9 @@
package xarthunter
import (
"testing"
"goyomi/internal/sourcetest"
)
func TestSource(t *testing.T) { sourcetest.Run(t, New(), "XArt Hunter", "all") }