mirror of
https://gitea.com/gitea/tea.git
synced 2026-05-02 13:03:51 +02:00
11 lines
311 B
Markdown
11 lines
311 B
Markdown
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`
|