Commit Graph

4 Commits

Author SHA1 Message Date
achmad 1382c2efd5 fix: silent default test output; verbose controlled by SOURCETEST_VERBOSE env var
go test -json implicitly sets testing.Verbose()=true, so the old guard
always printed manga lists through the script. Switched to an env var
(SOURCETEST_VERBOSE=1) set by the script only when -v is passed.
2026-05-14 21:02:45 +07:00
achmad c2f8c1f0f1 chore: reduce default test parallelism to 1
Avoid overwhelming FlareSolverr's single Chrome session.
PARALLELISM env var still available to override.
2026-05-14 20:55:28 +07:00
achmad 44b50937d5 feat(sourcetest): add -v flag with verbose manga list output
When -v is passed, test-sources.sh passes it through to go test -v.
sourcetest.Run uses testing.Verbose() to print the full manga list
from GetPopularManga and GetLatestUpdates, showing title + URL.
2026-05-14 13:23:29 +07:00
achmad dd792d4370 feat: add source tests for all wrapper sources 2026-05-14 09:08:06 +07:00