mirror of
https://gitea.com/gitea/tea.git
synced 2026-07-16 02:57:40 +02:00
d4545d8ed7
Follow https://gitea.com/gitea/go-sdk/pulls/784 Reviewed-on: https://gitea.com/gitea/tea/pulls/978
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-testmake integration-testmake test