servetest

package
v1.51.1-0...-e186a28 Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2020 License: MIT Imports: 13 Imported by: 0

Documentation

Overview

Package servetest provides infrastructure for running loopback tests of "rclone serve backend:" against the backend integration tests.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Run

func Run(t *testing.T, name string, start StartFn)

Run runs the server then runs the unit tests for the remote against it.

Types

type StartFn

type StartFn func(f fs.Fs) (configmap.Simple, func())

StartFn describes the callback which should start the server with the Fs passed in. It should return a config for the backend used to connect to the server and a clean up function

Jump to

Keyboard shortcuts

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