Tests/2 pruebas unitarias servicios core#7260
Open
jorghee wants to merge 24 commits into
Open
Conversation
…es y nuevas propuestas
- Se describen las reglas de autorización y segregación de privilegios entre usuarios regulares y administradores globales. - Se documentan las técnicas, enfoques y funcionalidades de implementación de las pruebas - Se documenta el análisis detallado del test `test_get_organisation_by_id_returns_organisation`.
…ón interna del equipo
…reas-pruebas into develop
…e pruebas de software
…equipo QA debe seguir
…aria y definir el flujo de trabajo
… y sus pruebas existentes
5a0d6f4 to
59decf7
Compare
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Documentación formal para la Especificación de Pruebas Unitarias de la Suite de Servicios Core, alineada a los procesos del estándar ISO/IEC/IEEE 29119-4 y a la plantilla oficial de la organización.
El documento establece la línea base de análisis del núcleo backend (FastAPI) de Tasking Manager, priorizando el análisis estructural antes del diseño exhaustivo de casos límite.
Cambios principales
OrganisationService, delimitando su comportamiento esperado y manejo de control de roles (RBAC).