feat: add source tests for all wrapper sources
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package comicsvalley
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"goyomi/internal/sourcetest"
|
||||
)
|
||||
|
||||
func TestSource(t *testing.T) { sourcetest.Run(t, New(), "Comics Valley", "all") }
|
||||
@@ -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") }
|
||||
@@ -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") }
|
||||
@@ -0,0 +1,9 @@
|
||||
package joymiihub
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"goyomi/internal/sourcetest"
|
||||
)
|
||||
|
||||
func TestSource(t *testing.T) { sourcetest.Run(t, New(), "Joymii Hub", "all") }
|
||||
@@ -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") }
|
||||
@@ -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") }
|
||||
Reference in New Issue
Block a user