/swift.pod.clean-tests

XCTest extensions to write clean tests. Inspired by Robert C.Martin's book Clean Code and Rambler's sessions

Primary LanguageSwiftMIT LicenseMIT

CleanTests

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

ios '9.0'
tvos '10.0'
osx '10.10'

Installation

CleanTests is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'CleanTests', :git => 'https://github.com/igorkotkovets/pod.swift.clean-tests.git', :tag => '0.1.1'

or

pod 'CleanTests', :git => 'https://github.com/igorkotkovets/pod.swift.clean-tests.git', :branch => 'master'

Author

Igor Kotkovets, igorkotkovets@users.noreply.github.com

License

CleanTests is available under the MIT license. See the LICENSE file for more info.