12 lines
379 B
Typst
12 lines
379 B
Typst
#import "_document.typ": testing-export-doc
|
|
#show: testing-export-doc.with(
|
|
title: [План тестирования],
|
|
criterion: [Критерий 1.1 — наличие плана тестирования],
|
|
)
|
|
|
|
= Тестирование программного обеспечения
|
|
|
|
#include "../includes/testing/_intro.typ"
|
|
|
|
#include "../includes/testing/01-plan.typ"
|