Files
gitea-tea/tests
techknowlogick 8e0666ab85 update import path to use gitea.dev (#1003)
Reviewed-on: https://gitea.com/gitea/tea/pulls/1003
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: techknowlogick <techknowlogick@gitea.com>
Co-committed-by: techknowlogick <techknowlogick@gitea.com>
2026-05-23 17:26:43 +00: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