Runs tests in a disposable service container.

Section: Developer Workflows

Run test suite in service

bash
bash
docker compose run --rm app pytest -q
Explanation

Great for reproducible local and CI test runs.

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing Developer Workflows
Watch files and sync/rebuild
Watches project files and applies sync or rebuild actions when configured.
OpenIn sheetbashsame section
Install dependencies in app service
Executes dependency installation in the service environment.
OpenIn sheetbashsame section
Scale a service
Starts multiple instances of a service.
OpenIn sheetbashsame section
Run database migration
Runs a migration task in an ephemeral application container.
OpenIn sheetbashsame section
Run integration stack and exit with service code
Runs an integration stack and returns the test container exit code.
OpenIn sheetbash3 tag match
Validate effective config
Checks whether the Compose config is valid without printing it.
OpenIn sheetbash2 tag match