testing

package
v0.13.0 Latest Latest
Warning

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

Go to latest
Published: Apr 24, 2024 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Overview

SPDX-License-Identifier: Apache-2.0

Copyright © 2023 The listen.dev team <engineering@garnet.ai>

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CopyExecutable

func CopyExecutable(src, dst string) error

func CopyFile

func CopyFile(src, dst string) error

func EnvSetter added in v0.4.0

func EnvSetter(envs map[string]string) (closer func())

func ExecuteCommand added in v0.4.0

func ExecuteCommand(root *cobra.Command, cmdline ...string) (string, string, error)

func MockHTTPServer

func MockHTTPServer(assert *assert.Assertions, path string, resp []byte, status int, wantMethod string) *httptest.Server

func StringsReplaceAll added in v0.12.1

func StringsReplaceAll(slice []string, with string) []string

func StubNpm

func StubNpm(npm NPM) error

StubNPM creates a fake npm for testing reasons.

func WriteFileContent

func WriteFileContent(fs billy.Filesystem, path string, fileContent string, executable bool) error

WriteFileContent writes content to a path inside a billy.Filesystem. The containing directories (and any parent) are created as needed using fs.MkdirAll().

Types

type NPM

type NPM struct {
	Version      string
	WithNVM      bool
	WithNVMNoUse bool
}

Jump to

Keyboard shortcuts

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