recipe

package
v0.0.0-rc17 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 29, 2025 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package recipe contains helper function for implementation of ya make recipes. https://wiki.yandex-team.ru/yatool/test/recipes

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Run

func Run(r Recipe)

func SetEnv

func SetEnv(name, value string)

SetEnv modifies environment variables of the current test. Useful for passing dynamic configuration, e.g. ports.

Types

type Recipe

type Recipe interface {
	Start() error
	Stop() error
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL