cldtest

package
v1.5.0 Latest Latest
Warning

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

Go to latest
Published: Dec 15, 2021 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

View Source
const Base64Image = "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"

Base64Image us a base64 encoded test image.

View Source
const FileExt = ".bin"

FileExt is the extension of the file.

View Source
const Folder = "test_folder"

Folder is the test folder path.

View Source
const ImgExt = ".png"

ImgExt is the extension of the image.

View Source
const LogoURL = "https://cloudinary-res.cloudinary.com/image/upload/cloudinary_logo.png"

LogoURL is the URL of the publicly available logo.

View Source
const PublicID = "go_test_image"

PublicID is the test public ID.

View Source
const PublicID2 = "go_test_image_2"

PublicID2 is another test public ID.

View Source
const SEOName = "my_favorite_sample"

SEOName is a SEO friendly name.

View Source
const Tag1 = "go_tag1"

Tag1 is the test tag.

View Source
const Tag2 = "go_tag2"

Tag2 is another test tag.

View Source
const Transformation = "c_scale,w_500"
View Source
const VideoExt = ".mp4"

VideoExt is the extension of the video.

View Source
const VideoPublicID = "go_test_video"

VideoPublicID is the public ID of the test video.

View Source
const VideoURL = "https://res.cloudinary.com/demo/video/upload/dog.mp4"

VideoURL is the URL of the publicly available video.

Variables

View Source
var CldContext = map[string]string{"go-context-key": "go-context-value"}

CldContext is the test context.

View Source
var ImageFilePath = TestDataDir() + "cloudinary_logo.png"

ImageFilePath is a full path to the test image file.

View Source
var ImageInFolder = fmt.Sprintf("%s/%s", Folder, PublicID)

ImageInFolder is the test public ID in folder.

View Source
var Tags = []string{Tag1, Tag2}

Tags are the test tags.

View Source
var TestSuffix = GetTestSuffix()

TestSuffix is the unique test suffix.

View Source
var VideoFilePath = TestDataDir() + "movie.mp4"

VideoFilePath is a full path to the test video file.

Functions

func CreateStringMetadataField added in v1.4.0

func CreateStringMetadataField(t *testing.T, prefix string) string

func GetTestSuffix

func GetTestSuffix() string

GetTestSuffix returns a unique test suffix.

func TestDataDir

func TestDataDir() string

TestDataDir returns the full path to the directory with test files.

func UniqueID

func UniqueID(prefix string) string

UniqueID returns a unique ID for the specified prefix.

func UploadTestAsset

func UploadTestAsset(t *testing.T, publicID string)

UploadTestAsset uploads a test image asset for test purposes.

func UploadTestVideoAsset

func UploadTestVideoAsset(t *testing.T, publicID string)

UploadTestVideoAsset uploads a test video asset for test purposes.

Types

This section is empty.

Jump to

Keyboard shortcuts

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