Тестирование
Запуск
Ключевые зоны
internal/worker/activities/sync_exchanges_test.go
internal/worker/activities/sync_networks_catalog_test.go
internal/worker/activities/sync_exchange_coins_test.go
internal/worker/workflows/sync_exchange_coins_test.go
internal/worker/activities/sync_bybit_launchpool_test.go
internal/worker/activities/sync_bybit_easy_earn_test.go
internal/worker/activities/sync_gate_simple_earn_test.go
internal/worker/activities/sync_kucoin_launchpool_test.go
internal/worker/activities/sync_kucoin_earn_test.go
internal/worker/activities/sync_gate_launchpool_test.go
internal/worker/activities/sync_gate_launchpool_schedule_test.go
internal/worker/activities/sync_gate_wallet_enrichment_test.go
internal/worker/activities/sync_loans_test.go
internal/worker/activities/scrape_bingx_launchpool_test.go
internal/worker/activities/sync_bingx_launchpool_test.go
internal/worker/workflows/sync_bingx_launchpool_test.go
internal/worker/activities/scrape_bingx_xpool_test.go
internal/worker/activities/sync_bingx_xpool_test.go
internal/worker/workflows/sync_bingx_xpool_test.go
internal/worker/activities/scrape_bitget_launchpool_test.go
internal/worker/activities/sync_bitget_launchpool_test.go
internal/worker/workflows/sync_bitget_launchpool_test.go
internal/worker/workflows/sync_bybit_launchpool_test.go
internal/worker/workflows/sync_bybit_easy_earn_test.go
internal/worker/workflows/sync_bybit_loans_test.go
internal/worker/workflows/sync_gate_launchpool_test.go
internal/worker/workflows/sync_gate_launchpool_schedule_test.go
internal/worker/workflows/sync_gate_simple_earn_test.go
internal/worker/workflows/sync_gate_wallet_enrichment_test.go
internal/worker/workflows/sync_kucoin_launchpool_test.go
internal/worker/workflows/sync_kucoin_earn_test.go
internal/worker/workflows/sync_kucoin_loans_test.go
internal/worker/workflows/sync_gate_loans_test.go
internal/worker/workflows/sync_whitebit_loans_test.go
internal/worker/workflows/run_ingestion_test.go
internal/worker/workflows/run_ingestion_schedule_test.go
internal/worker/activities/run_ingestion_schedule_test.go
internal/worker/loader/activity_test.go
internal/worker/loader/fetcher/sdk/fetcher_test.go
internal/worker/loader/ratelimit/ratelimit_test.go
internal/db/migrations_test.go
cmd/worker/main_test.go
Рекомендации
- Для быстрых прогонов используйте
go test -short ./....
- Для локальной диагностики конкретного пакета используйте
go test -v ./internal/worker/activities/....
- После любых изменений в DB-модели прогоняйте тесты на чистой БД (
docker compose down -v -> up -d).