/Cabify

Primary LanguageSwift

Cabify Test app

For networking I use AbsNet, a lib of mine, that I use in personal projects. It is not "production-ready" yet, that's why I copied it as a folder in this project instead of using cocoapods.

All the unit test of both of the modules of the app are made with TDD, by using XCTestCase class. And without using libs to mocking due to the simplicity of the app.

master branch contains a VIPER version, and it is a version that I consider ready for production.

UI testing left out because of simplifying.

The VIPER architecture is an implementation of this clean architecture