Documentation ¶
Overview ¶
Package internal has shared testdata.
Index ¶
Constants ¶
View Source
const ( DZ = "demozoo" Img = "images" PNG = "test.png" Zip = "test.zip" // File00UUID is a blank UUID. File00UUID = "00000000-0000-0000-0000-000000000000" // UUIDFile01 is the UUID value of the file record with ID 1. File01UUID = "c8cd0b4c-2f54-11e0-8827-cc1607e15609" // File01Name is the filename of the file record with ID 1. File01Name = "Defacto2_Cracktro_Pack-2007.7z" // File01Save is the URL to download the file with record ID 1. File01Save = "https://defacto2.net/d/9b1c6" // File01URL is the URL to the file record with ID 1. File01URL = "https://defacto2.net/f/9b1c6" // RandStr is a nonsensical alphanumeric string. RandStr = "epnGyShu6kPPv1bkhmkK" // TestDemozooMSDOS is a Demozoo ID for an MSDOS production. TestDemozooMSDOS = 164151 // TestDemozooC64 is a Demozoo ID for an Commodore 64 production. TestDemozooC64 = 309360 )
Variables ¶
View Source
var ErrNotDir = errors.New("testdata does not point to a directory")
Functions ¶
func TestArchives ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.