jjmark15 / quiz-app

MIT License
0 stars 0 forks source link

merge quiz_domain_mocks package into quiz_domain package #49

Closed jjmark15 closed 4 years ago

jjmark15 commented 4 years ago

Background

Currently the two packages exist separately. This was done as at the time @jjmark15 could not work out how to get mocked types that only existed in test to be available for import in another package. The downside of this is that there will be times when mocks of quiz_domain traits will be defined in quiz_domain and then duplicated in quiz_domain_mocks.

Requirements

Work out if it is possible to merge the two packages, and if so do it.