mirror of
https://github.com/fleetdm/fleet
synced 2026-04-29 09:27:18 +00:00
For #26218 - Added `GET /api/_version_/fleet/android_enterprise` andpoint and tests - Set up some testing infrastructure for Android service tests -- see new README.md # Checklist for submitter - [x] Added/updated automated tests - [x] Manual QA for all new/changed functionality
5 lines
480 B
Markdown
5 lines
480 B
Markdown
This package contains API Android tests with the real Android service and Android MySQL database.
|
|
|
|
We use testify Suite to run these tests. Since [testify Suite does not support parallel execution](https://github.com/stretchr/testify/issues/187),
|
|
we put each test in their own package/directory. This allows these tests to run in parallel because each package is a separate compile unit. If you
|
|
create a large test, please put it in a separate file within the same Suite/package.
|