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