Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>pytest-in-dockerNew to Visual Studio Code? Get it now.
pytest-in-docker

pytest-in-docker

Nodixo

|
2,103 installs
| (0) | Free
Run the currently opened python file with pytest in a Docker container.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Pytest-in-Docker

Run the currently opened python file with pytest in a Docker container.

Sample configuration:

    "pytestInDocker.terminalName": "Pytest in Docker",
    "pytestInDocker.commandToLaunchContainer": "docker-compose run web bash -c '{PYTEST}'",
    "pytestInDocker.rootFolder": "myOrganisationWorkspace/myRepository"
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft