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