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