run-tests

Installation
SKILL.md

Run Tests Skill

Use this skill when running or writing tests for this project.


Test Types

This project uses filename and function name conventions for test categorization:

  • Unit tests: Files without "Integration" in test function names. No external dependencies, fast.
  • Integration tests: *_integration_test.go files with "Integration" in function names. Requires database, slower.
  • Benchmarks: Standard Go benchmarks (func Benchmark...). See internal/evaluator/evaluator_benchmark_test.go for an example.

When to Use Each

Unit Tests (task test:unit)

Installs
3
GitHub Stars
1
First Seen
Feb 11, 2026
run-tests — sjtw/tarkov-build-optimiser