You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce CHANGELOG.md as the project's source-of-truth and require updating its Unreleased section for every change. Update README, AGENTS.md and documentation (docs/README.md, docs/architecture.md, docs/maintenance.md, docs/testing.md) to reference and enforce the changelog. Add a unit test (tests/test_documentation_structure.py) to assert the changelog exists and contains an "## [Unreleased]" section. The changelog follows Keep a Changelog conventions and includes a 7.4.1 baseline.
Copy file name to clipboardExpand all lines: docs/testing.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ documente o que ele protege.
85
85
|`test_deeplink.py`| validação de URLs WhatsApp e resistência a injeção de script |
86
86
|`test_desktop_application_dbus.py`| interface `org.freedesktop.Application` e ativação D-Bus |
87
87
|`test_dictionary_options.py`| descoberta dinâmica, nomes amigáveis, ordenação, redimensionamento e fallback de dicionários personalizados |
88
-
|`test_documentation_structure.py`| camadas de UI e sincronização entre árvore, inventários técnicos e guia para agentes |
88
+
|`test_documentation_structure.py`| camadas de UI, contrato mínimo do changelog e sincronização entre árvore, inventários técnicos e guia para agentes |
89
89
|`test_donations_page.py`| URLs HTTPS oficiais, fallback externo, cartões responsivos/acessíveis, troca imediata de idioma e rota única pela sidebar, Configurações e Sobre |
90
90
|`test_external_link_lifecycle.py`| descarte da página WebEngine transitória após abrir links externos |
91
91
|`test_gpu_environment.py`| detecção multi-GPU, conectores e seleção de render node |
0 commit comments