venmo / DVR

Network testing for Swift
http://blog.soff.es/network-testing-in-swift-with-dvr
MIT License
651 stars 86 forks source link

Replace print() + abort() with fatalError() so Quick Testing Framework correctly handles error #54

Closed james-thimont-bcgdv closed 7 years ago

james-thimont-bcgdv commented 8 years ago

This helps the developer catch the error that the interaction is not found when testing using Quick Framework

eimantas commented 7 years ago

👍

eliperkins commented 7 years ago

🍏 Failing build looks unrelated.