kylef / URITemplate.swift

Swift implementation of URI Template (RFC6570)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve test suite implementation

kylef opened this issue · comments

I think using XCTest API, or the Objective-C runtime, it should be possible to split out all the test invocations away from the two methods in URITemplateCasesTests into separate invocations. This should greatly help visibility.

URITemplateCasesTests
    ✓ testExpansion (0.029 seconds)
    ✓ testExtraction (0.017 seconds)