mirror of
https://gitea.com/gitea/tea
synced 2026-05-03 21:50:45 +02:00
83b718ac34
Reviewed-on: https://gitea.com/gitea/tea/pulls/973
311 B
311 B
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