Last active
August 17, 2018 14:19
-
-
Save funky-monkey/f0b11c044cdba4591c253cdb8d6df568 to your computer and use it in GitHub Desktop.
CLI output for running `swift test`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Compile Swift Module 'MyAwsomeProject' (1 sources) | |
Compile Swift Module 'MyAwsomeProjectTests' (1 sources) | |
Linking ./.build/x86_64-apple-macosx10.10/debug/TestingPackageTests.xctest/Contents/MacOS/MyAwsomeProjectPackageTests | |
Test Suite 'All tests' started at 2018-08-15 21:52:56.705 | |
Test Suite 'MyAwsomeProjectPackageTests.xctest' started at 2018-08-15 21:52:56.706 | |
Test Suite 'MyAwsomeProjectTests' started at 2018-08-15 21:52:56.706 | |
Test Case '-[MyAwsomeProjectTests.MyAwsomeProjectTests testANameGiven]' started. | |
Test Case '-[MyAwsomeProjectTests.MyAwsomeProjectTests testANameGiven]' passed (0.204 seconds). | |
Test Case '-[MyAwsomeProjectTests.MyAwsomeProjectTests testAnotherNameGiven]' started. | |
Test Case '-[MyAwsomeProjectTests.MyAwsomeProjectTests testAnotherNameGiven]' passed (0.000 seconds). | |
Test Case '-[MyAwsomeProjectTests.MyAwsomeProjectTests testNoNameGiven]' started. | |
Test Case '-[MyAwsomeProjectTests.MyAwsomeProjectTests testNoNameGiven]' passed (0.000 seconds). | |
Test Suite 'MyAwsomeProjectTests' passed at 2018-08-15 21:52:56.911. | |
Executed 3 tests, with 0 failures (0 unexpected) in 0.205 (0.205) seconds | |
Test Suite 'MyAwsomeProjectPackageTests.xctest' passed at 2018-08-15 21:52:56.911. | |
Executed 3 tests, with 0 failures (0 unexpected) in 0.205 (0.205) seconds | |
Test Suite 'All tests' passed at 2018-08-15 21:52:56.911. | |
Executed 3 tests, with 0 failures (0 unexpected) in 0.205 (0.206) seconds |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment