github.com/darmach/terratest@v0.34.8-0.20210517103231-80931f95e3ff/modules/logger/parser/fixtures/basic_example_expected/summary.log (about)

     1  --- PASS: TestRemoveDedentedTestResultMarkers (0.00s)
     2  --- PASS: TestRemoveDedentedTestResultMarkersEmpty (0.00s)
     3  --- PASS: TestRemoveDedentedTestResultMarkersAll (0.00s)
     4  --- PASS: TestStackPush (0.00s)
     5  --- PASS: TestIsSummaryLine (0.00s)
     6      --- PASS: TestIsSummaryLine/BaseCase (0.00s)
     7      --- PASS: TestIsSummaryLine/NotSummary (0.00s)
     8  --- PASS: TestCloseChannelsClosesAll (0.00s)
     9  --- PASS: TestGetOrCreateChannelReturnsExistingChannel (0.00s)
    10  --- PASS: TestPeek (0.00s)
    11  --- PASS: TestIsStatusLine (0.00s)
    12      --- PASS: TestIsStatusLine/BaseCase (0.00s)
    13      --- PASS: TestIsStatusLine/Indented (0.00s)
    14      --- PASS: TestIsStatusLine/SpecialChars (0.00s)
    15      --- PASS: TestIsStatusLine/WhenPaused (0.00s)
    16      --- PASS: TestIsStatusLine/WhenCont (0.00s)
    17      --- PASS: TestIsStatusLine/NonStatusLine (0.00s)
    18  --- PASS: TestGetIndent (0.00s)
    19      --- PASS: TestGetIndent/BaseCase (0.00s)
    20      --- PASS: TestGetIndent/NoIndent (0.00s)
    21      --- PASS: TestGetIndent/EmptyString (0.00s)
    22      --- PASS: TestGetIndent/Tabs (0.00s)
    23      --- PASS: TestGetIndent/MixTabSpace (0.00s)
    24  --- PASS: TestIsEmpty (0.00s)
    25  --- PASS: TestPeekEmpty (0.00s)
    26  --- PASS: TestGetTestNameFromStatusLine (0.00s)
    27      --- PASS: TestGetTestNameFromStatusLine/BaseCase (0.00s)
    28      --- PASS: TestGetTestNameFromStatusLine/Indented (0.00s)
    29      --- PASS: TestGetTestNameFromStatusLine/SpecialChars (0.00s)
    30      --- PASS: TestGetTestNameFromStatusLine/WhenPaused (0.00s)
    31      --- PASS: TestGetTestNameFromStatusLine/WhenCont (0.00s)
    32  --- PASS: TestGetTestNameFromResultLine (0.00s)
    33      --- PASS: TestGetTestNameFromResultLine/BaseCase (0.00s)
    34      --- PASS: TestGetTestNameFromResultLine/Indented (0.00s)
    35      --- PASS: TestGetTestNameFromResultLine/SpecialChars (0.00s)
    36      --- PASS: TestGetTestNameFromResultLine/WhenFailed (0.00s)
    37  --- PASS: TestIsResultLine (0.00s)
    38      --- PASS: TestIsResultLine/BaseCase (0.00s)
    39      --- PASS: TestIsResultLine/Indented (0.00s)
    40      --- PASS: TestIsResultLine/SpecialChars (0.00s)
    41      --- PASS: TestIsResultLine/WhenFailed (0.00s)
    42      --- PASS: TestIsResultLine/NonResultLine (0.00s)
    43  --- PASS: TestGetOrCreateChannelCreatesNewChannel (0.00s)
    44  --- PASS: TestEnsureDirectoryExistsHandlesExistingDirectory (0.00s)
    45  --- PASS: TestIsPanicLine (0.00s)
    46      --- PASS: TestIsPanicLine/BaseCase (0.00s)
    47      --- PASS: TestIsPanicLine/NotPanic (0.00s)
    48  --- PASS: TestStackPop (0.00s)
    49  --- PASS: TestStackPopEmpty (0.00s)
    50  --- PASS: TestEnsureDirectoryExistsCreatesDirectory (0.00s)
    51  --- PASS: TestGetOrCreateChannelSpawnsLogCollectorOnCreate (1.01s)
    52  --- PASS: TestLogCollectorCreatesAndWritesToFile (1.01s)
    53  ok  	github.com/gruntwork-io/terratest/modules/logger/parser	1.019s