PartyStream / partyStreamApp

The Party Stream iOS App
0 stars 1 forks source link

Feature models with Unit Tests #13

Closed mdewolfe closed 11 years ago

mdewolfe commented 11 years ago

I added a new target with is intended to test building the data models only. PSModelsTest is NOT intended to be run along with every build of the main target. I'll be adding more test cases as I go along:

  1. Building an event model from a dictionary
  2. Retrieving a list from events from a webservice

I also added OCMock to help mocking objects and behaviour (like API calls).

Leave comments a-plenty before merging. (#11)

iToto commented 11 years ago

love it! and good direction with the unit tests. I'm actually looking into getting Continuous Integration on the API. Would CI benefit you with the iOS client?

mdewolfe commented 11 years ago

@iToto

I am not sure if CI would at this point, but I would also wait for XCode 5. CI bots are supposed to be added.

Once the app gets more complete, its pretty easy to run tests with every distribution and/or release build.

iToto commented 11 years ago

ok cool!