con un clic
qa-docker
Standards for testing and quality assurance using Docker environments.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Standards for testing and quality assurance using Docker environments.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Summary of the purpose, architecture, and structure of the qgis-plugin-analyzer project.
Standards for the release process of the qgis-plugin-analyzer Python package.
Standards for handling business logic, data validation, and 3-level validation architecture.
Standards for automated testing, CI/CD, and the use of Mocks.
| name | qa-docker |
| description | Standards for testing and quality assurance using Docker environments. |
| trigger | when running integration tests or validating the package in clean environments |
Ensures that qgis-plugin-analyzer works correctly across different environments and Python versions by using isolated Docker containers.
To verify the package in a clean environment:
docker build -t qgis-analyzer-qa -f docker/QA.Dockerfile .
Run the suite inside a container:
docker run --rm qgis-analyzer-qa pytest
Ensure the installed package works correctly:
docker run --rm qgis-analyzer-qa qgis-analyzer --version
python:3.x-slim images to minimize size.uv for fast dependency management..dockerignore).