Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Category ¶
type Category string
Category defines a test category
const ( // Unit is a test category for unit tests Unit Category = "unit" // Integration is a test category for integration tests Integration Category = "integration" // Firewall is a test category for firewall tests Firewall Category = "firewall" // File is a test category for tests that manipulate files File Category = "file" // Link is a test category for tests that manipulate network interfaces Link Category = "link" // Route is a test category for tests that manipulate network routes Route Category = "route" // Root is a test category for tests that require root privileges Root Category = "root" )
Click to show internal directories.
Click to hide internal directories.