Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Small = Flag(flag.Bool("small", true, "Run small tests")) Medium = Flag(flag.Bool("medium", false, "Run medium tests")) Large = Flag(flag.Bool("large", false, "Run large tests")) Unit = Flag(flag.Bool("unit", true, "Run unit tests")) Integration = Flag(flag.Bool("integration", false, "Run integration tests")) System = Flag(flag.Bool("system", false, "Run system tests")) Acceptance = Flag(flag.Bool("acceptance", false, "Run acceptance tests")) Service = Flag(flag.Bool("service", false, "Run service tests")) UI = Flag(flag.Bool("ui", false, "Run UI tests")) Short = Flag(flag.Bool("short", false, "Run short tests")) Long = Flag(&long) )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.