Commits

Brian Gesiak committed 4e0358bfb08
[docs] Add SourceKit's `is_test_candidate` When indexing, SourceKit finds methods that match what XCTest considers to be a test; see: https://github.com/apple/swift/blob/197875ab6d9af0b07f22dde4729e4d0d37a4b324/tools/SourceKit/tools/sourcekitd/lib/API/Requests.cpp#L889-L890. Document this behavior.