jamespfennell / transiter

Web service for transit data
https://demo.transiter.dev
MIT License
59 stars 7 forks source link

In service layer tests, move all models and views to shared fixtures #67

Closed jamespfennell closed 4 years ago

jamespfennell commented 4 years ago

Basically make a fixture repository like the DB tests. Will cut down on duplicated code and also make sure all model to view converters are tested correctly.

Many service tests have these fixtures already.