mirror of
https://github.com/fleetdm/fleet
synced 2026-05-17 14:08:25 +00:00
<!-- Add the related story/sub-task/bug number, like Resolves #123, or
remove if NA -->
**Related issue:** Resolves #37736
Enabling the public Android agent for Android MDM, by default
- `com.fleetdm.agent`
Also bug fix: [Preserve Fleet Agent in Android policy during GitOps/API
app
updates.](
|
||
|---|---|---|
| .. | ||
| enterprise | ||
| http.go | ||
| integration_software_test.go | ||
| README.md | ||
| testing_utils.go | ||
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, 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.