realm / SwiftCov

A tool to generate test code coverage information for Swift.
MIT License
561 stars 41 forks source link

Add unit tests #18

Closed jpsim closed 9 years ago

jpsim commented 9 years ago

One of the reasons this project is set up the way it is, with separate SwiftCovFramework and swiftcov targets, is to make it more testable. We should add unit tests to this project.

jpsim commented 9 years ago

@kishikawakatsumi added some tests, so let's close this. we should of course continue to add more in the future.