Files
gitea-tea/tests
Lunny Xiao 4266720a2e update
2026-05-12 16:45:58 -07:00
..
2026-05-12 16:45:58 -07:00

This directory contains integration tests that exercise tea against external services or external executables.

  • Unit tests stay next to the packages they cover.
  • Integration tests live under tests/ so they can be run separately.

Common targets:

  • make unit-test
  • make integration-test
  • make test