tbointeractive / bytes

bytes is a set of Swift tools to cover many all-day tasks in iOS development.
MIT License
7 stars 1 forks source link

Changed the imports in the specs to not @testable import but directly import bytes #22

Closed brototyp closed 6 years ago

brototyp commented 6 years ago

In the past there were quite some occurrences, where some feature was internal or private so it couldn't be used. In this PR I changed all specs so they import bytes and not @testable import bytes. This catches these bugs.

While doing that I found such an issue in the SemanticVersion and fixed it.