12 lines
448 B
Typst
12 lines
448 B
Typst
#import "_document.typ": testing-export-doc
|
|
#show: testing-export-doc.with(
|
|
title: [Автоматизированное тестирование],
|
|
criterion: [Критерий 1.3 — код модулей автоматизированного тестирования],
|
|
)
|
|
|
|
= Тестирование программного обеспечения
|
|
|
|
#include "../includes/testing/_intro.typ"
|
|
|
|
#include "../includes/testing/03-automation.typ"
|