mirror of
https://gitea.com/gitea/tea.git
synced 2026-06-05 18:58:43 +02:00
579099f9d9
Fix https://gitea.com/gitea/tea/issues/995 Reviewed-on: https://gitea.com/gitea/tea/pulls/999 Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: Minjie Fang <wingsallen@gmail.com> Co-committed-by: Minjie Fang <wingsallen@gmail.com>
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