Documentation ¶
Overview ¶
testsconstants contains constants used in tests.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var TestNameRegexToSkipForTestCRUD = []string{
".*orgrole.*",
}
TestNameRegexToSkipForTestCRUD is similar to TestNameRegexToSkip, but is specific for the TestCRUD tests.
The same recommendations for documentation as TestNameRegexesToSkip apply.
View Source
var TestNameRegexesToSkip = []string{}
TestNameSubstringsToSkip contains a list of substrings that test names are matched against, to skip.
Typically these are skipped temporaily, and each string should include a comment with a ticket to denote the temporary issue being addressed, and if possibly a date to remove.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.