awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repositorios

Awesome GitHub RepositoriesVersion Matrix Testing

Automated testing of a project against a matrix of different toolchain versions.

Distinct from Toolchain Versioning: Distinct from general versioning: focuses on the automated execution of tests across multiple version combinations.

Explore 3 awesome GitHub repositories matching development tools & productivity · Version Matrix Testing. Refine with filters or upvote what's useful.

Awesome Version Matrix Testing GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • audreyfeldroy/cookiecutter-pypackageAvatar de audreyfeldroy

    audreyfeldroy/cookiecutter-pypackage

    4,584Ver en GitHub↗

    Este proyecto es una plantilla de Cookiecutter para arrancar paquetes de Python con un diseño de directorio y archivos de configuración estandarizados. Proporciona una base para nuevas bibliotecas mediante la generación de estructuras de proyectos, archivos boilerplate y puntos de entrada de interfaz de línea de comandos. La plantilla enfatiza una cadena de suministro de software segura a través de pipelines de construcción reforzados. Utiliza el anclaje de commit SHA para acciones y conjuntos de permisos mínimos para proteger contra ataques, mientras proporciona una configuración para construir y cargar paquetes firmados en registros utilizando proveedores de identidad seguros. El proyecto cubre un amplio conjunto de capacidades, incluyendo la automatización de integración continua para pruebas multiversión, linting y verificación de tipos. También incluye un pipeline de documentación automatizado que extrae referencias de API de docstrings y las despliega en proveedores de alojamiento. Herramientas adicionales manejan la gestión de dependencias, la compilación de artefactos de distribución y el escaneo de vulnerabilidades estáticas.

    Executes the same test suite across multiple Python language versions to ensure stability.

    Python
    Ver en GitHub↗4,584
  • zio/zioAvatar de zio

    zio/zio

    4,347Ver en GitHub↗

    ZIO is a functional effect system for the JVM that models asynchronous and concurrent programs as pure, composable values with typed error handling and dependency injection. Its core identity is built on fiber-based concurrency, where lightweight, non-blocking fibers execute millions of concurrent tasks with structured lifecycle management, and a dual-channel error model that separates expected business failures from unexpected system defects at compile time. The system provides effect-typed dependency injection through a layer-based dependency graph, pull-based reactive stream processing with

    Constrains test execution to a specific Scala version using version-matching aspects.

    Scalaasynchronicityasynchronousasynchronous-programming
    Ver en GitHub↗4,347
  • moonrepo/moonAvatar de moonrepo

    moonrepo/moon

    3,687Ver en GitHub↗

    Moon is a monorepo build system and task runner designed to orchestrate complex projects with multiple packages. It functions as a dependency graph orchestrator that executes build targets in topological order and utilizes input hashing to cache results and skip redundant work. The project features a polyglot toolchain manager that automates the installation and versioning of language runtimes and CLI tools to ensure environment consistency. It also includes a plugin framework based on WebAssembly, allowing developers to extend build logic and toolchain behavior using any supported language.

    Overrides toolchain versions via environment variables to automate checks across a predefined version matrix.

    Rustbuild-systembuild-toolbun
    Ver en GitHub↗3,687
  1. Home
  2. Development Tools & Productivity
  3. Project Version Managers
  4. Toolchain Versioning
  5. Version Matrix Testing

Explorar subetiquetas

  • Scala Version-Specific Test ExecutionsConstrains a test to a particular Scala version using version-matching aspects. **Distinct from Version Matrix Testing:** Distinct from Version Matrix Testing: focuses on single-version constraint via aspects, not matrix execution.