gitea.tea/tests
Lunny Xiao 28ba9b915b Move sdk from code.gitea.io/sdk/gitea to gitea.dev/sdk (#1006)
Reviewed-on: https://gitea.com/gitea/tea/pulls/1006
Reviewed-by: Zettat123 <39446+zettat123@noreply.gitea.com>
2026-05-26 04:51:09 +00:00
..
integration Move sdk from code.gitea.io/sdk/gitea to gitea.dev/sdk (#1006) 2026-05-26 04:51:09 +00:00
README.md Move integration tests to tests/ directory (#973) 2026-05-02 04:18:45 +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